List of items displayed in columns determined by the size of the items.

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

Syntax

C#
[LicenseProviderAttribute]
public class C1TileListBox : C1ListBox
Visual Basic
<LicenseProviderAttribute> _
Public Class C1TileListBox _
	Inherits C1ListBox

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                C1ItemsControl
                  C1.WPF..::..C1ListBox
                    C1.WPF..::..C1TileListBox

See Also