v1ack / svelte-virtual-scroll-list

Virtualized scrolling for big lists
https://v1ack.github.io/svelte-virtual-scroll-list/
MIT License
114 stars 18 forks source link

Maintain scroll position as items are added to the top of the list #21

Open petr24 opened 1 year ago

petr24 commented 1 year ago

Is it possible to maintain scroll position as items are added to a sorted array?

If you look at your Demo, where you can add items to the top, it pushes the list down.