ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / TileListViewPanel Class
Members

In This Topic
    TileListViewPanel Class
    In This Topic
    Virtualizing panel which render the items in columns depending on the size of the items.
    Object Model
    TileListViewPanel Class
    Syntax
    'Declaration
     
    Public Class TileListViewPanel 
       Inherits ListViewPanel
    public class TileListViewPanel : ListViewPanel 
    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
                         C1.WPF.ListView.ListViewPanel
                            C1.WPF.ListView.TileListViewPanel

    See Also