Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TileListBoxPanel Class
Members

In This Topic
    C1TileListBoxPanel Class
    In This Topic
    Virtualizing panel which render the items in columns depending on the size of the items.
    Object Model
    C1TileListBoxPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1TileListBoxPanel 
       Inherits C1ListViewerPanel
    [ContentProperty("Children", true)]
    public class C1TileListBoxPanel : C1ListViewerPanel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   System.Windows.Controls.VirtualizingPanel
                      C1.Silverlight.C1ListViewerPanel
                         C1.Silverlight.C1TileListBoxPanel

    See Also