List of items displayed in columns determined by 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 C1TileListBox : C1ListBox
Visual Basic
Public Class C1TileListBox _
	Inherits C1ListBox
XAML Object Element Usage
<C1TileListBox .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Phone..::..C1ItemsControl
              C1.Phone..::..C1ListBox
                C1.Phone..::..C1TileListBox

See Also