Performance issue in resizing listview column for huge data

Dec 24 2015 9:26 AM

I have Listview with below properties :

VirtualizingStackPanel.IsVirtualizing="True" ScrollViewer.CanContentScroll="False" VirtualizingStackPanel.VirtualizationMode="Recycling"

Everything works normally but it takes 2-3 seconds when i maximize or resize the window with huge data in Listview.

Is there any solution to that without Virtualization?


Answers (1)