Related resources for VirtualizingStackPanel
  • WPF Layout: VirtualizingStackPanel4/13/2015 2:32:43 PM. Virtualization in WPF improves the rendering performance of UI elements. By applying virtualization, the layout system ensures that only the visible items of a container are rendered on the screen.
  • Virtualization in WPF Using VirtualizingStackPanel2/14/2015 1:14:12 PM. This article demonstrates how to implent virtualization in WPF using VirtualizingStackPanel
  • XAML Layout using the Panel Class9/29/2012 8:02:58 AM. This article describes how to use the DockPanel element to achieve standard layouts in XAML. While there are a number of interface elements that can be used to position controls in your application, DockPanel provides one of the easiest mechanisms for defining scalable layouts.