-
Notifications
You must be signed in to change notification settings - Fork 604
Closed
Labels
Description
Hello and thank you for this library !
I have a question on my implementation: I render a list in which some items are collapsed, and when one expand an item and scroll, the item gets removed even if the content was not fully scrolled:

This is fine if the item is created expanded:

My first thought was to have a kind of callback fired by vue-virtual-scroll-list when the element gets rendered in the list: the element is rendered in its expanded state, then vue-virtual-scroll-list executes a callback (in my case, the element collapses).
Any thought or idea (or maybe something I missed ?)