I’m trying to virtualize a screen that contains multiple ItemsControls which share 1 scrollbar.
I can virtualize each ItemsControl independently but thats pretty ugly.
The height of each item be the same 90% of the time so don’t need to support dynamic heights in the children.
I’ve tried to write my own CustomVirtualizingPanel but not winning, was trying to find an existing nuget package where this problem may have already been solved.
Many thanks,
6