I have an ItemsControl containing a list of data that I would like to virtualize, however VirtualizingStackPanel.IsVirtualizing=\"True\" does not s
ItemsControl
VirtualizingStackPanel.IsVirtualizing=\"True\"
Building on DavidN's answer, here is a style you can use on an ItemsControl to virtualise it:
I do not like the suggestion to use a ListBox as they allow the selection of rows where you do not necessarily want it.