I need to do this layout in my windows app (min 2 columns)
I've tried sync scroll in two ListView but it very laging.
The most important, I need high performance with virtualization.
Any idea?
I need to do this layout in my windows app (min 2 columns)
I've tried sync scroll in two ListView but it very laging.
The most important, I need high performance with virtualization.
Any idea?
With the lastest release the UWP Community Toolkit provides such a control.
It's called StaggeredPanel
.
An example can be found here.
Here is an example screenshot taken from the the UWP Community Toolkit:
Not exactly sure about your requirement. But you may look into this solution Synchronized scrolling of two ScrollViewers whenever any one is scrolled in wpf