Top "Ui-virtualization" questions

UI virtualization is a technique for improving the performance of user interfaces which means the visual item generation is deferred until the item is visible.

why setting ScrollViewer.CanContentScroll to false disable virtualization

As most WPF developers know, setting ScrollViewer.CanContentScroll to false will disable virtualization; but I'd like to know how it …

wpf virtualization scrollviewer ui-virtualization
WPF Performance: Displaying thousands of Paths / Shapes on a Canvas

I'm currently developing a visualization tool that draws WPF shapes such as paths, ellipses etc. on a Canvas. I've already …

wpf performance vector-graphics ui-virtualization
Is there a (good/free) VirtualizingWrapPanel available for WPF?

I've found a couple of alternatives, this CodePlex project and this commercial one, but the former is extremely inefficient in …

.net wpf wrappanel ui-virtualization