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

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

Syntax

C#
public class C1TileListBoxPanel : C1ListBoxPanel
Visual Basic
Public Class C1TileListBoxPanel _
	Inherits C1ListBoxPanel

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              System.Windows.Controls..::..VirtualizingPanel
                C1.WPF..::..C1ListBoxPanel
                  C1.WPF..::..C1TileListBoxPanel

See Also