Virtualizing stack panel which supports preview templates in order to scroll quickly.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public class C1ListBoxPanel : VirtualizingPanel, 
	INotifyPropertyChanged
Visual Basic
Public Class C1ListBoxPanel _
	Inherits VirtualizingPanel _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              System.Windows.Controls..::..VirtualizingPanel
                C1.WPF..::..C1ListBoxPanel
                  C1.WPF..::..C1TileListBoxPanel

See Also