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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1ListBoxPanel : VirtualizingPanel, 
	INotifyPropertyChanged
Visual Basic
Public Class C1ListBoxPanel _
	Inherits VirtualizingPanel _
	Implements INotifyPropertyChanged
XAML Object Element Usage
<C1ListBoxPanel .../>

Inheritance Hierarchy

System.Windows.Controls..::..VirtualizingPanel
  C1.Phone..::..C1ListBoxPanel
    C1.Phone..::..C1TileListBoxPanel

See Also