Imagine a ListBox where an item can have a Height 10 or 50.
Virtualization is ON (because of bunch of elements with IValueConvertes and Images).
When a user scrolls the ListBox the scroll is uneven and jumpy, because it jumps to the top edge of the next item. Sometimes is skips a row, and sometimes 5 rows and the experience is bad.
Is there a way to overcome this while still keeping the virtualization?