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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          System.Windows.Controls..::..VirtualizingPanel
            C1.Silverlight..::..C1ListBoxPanel
              C1.Silverlight..::..C1TileListBoxPanel

See Also