Let me chime in to give some more information (we work togheter)
we have a list that need virtualization (this is maybe the key aspect that wasn't clear just by the question but was evident in the code (
enableVirtualization) )
But let me try to explain our needs:
We need to create a SPA where we want a virtualized list to be on the left side, inside a nested splitter
This is our required layout
The list we are talking about is the one on the left containing a list of cards.
Since we may have lot of items, we want that list to be virtualized.
The problem is that if we don't specify an explicit height for the listview, the listview fill correctly the splitter, but if you scroll items, you'll soon find that the virtualization fails, see below:
We can't/don't want to specify static heights of elements because it depends on the browser size and layout management will be complicated because we have other components that take space and so the list height would be a formula that would take into considerations other components
So the question is: how can we have a list that fill into a splitter and works with virtualization too?
We are in the process of evaluating your control suite so this is very important for us
Thanks
Fabio