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?