Virtualizing panel which render the items in columns depending on the size of the items.

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

Syntax

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

Inheritance Hierarchy

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

See Also