googlearchive / core-list

Polymer virtualized list element
25 stars 23 forks source link

Support a bottom up mode #5

Open sorvell opened 10 years ago

sorvell commented 10 years ago

This is useful for use cases like chat.

The feature is trickier than it sounds. At a minimum, we need to ensure the newest items are added to the bottom of the list and that the list can easily stay pinned to the 'bottom'.

esprehn commented 10 years ago

Let me know if you run into issues building this. There's been proposals for a CSS property that adds scrolling stickiness (ex. stick to bottom), but I'd rather see how far doing this in script gets us and if we can add scroll management primitives instead.