ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileViewPanel Class
Members


In This Topic
    C1TileViewPanel Class
    In This Topic
    Internal class. Use only in C1TileView's ItemsPanelTemplate.
    Object Model
    C1TileViewPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public NotInheritable Class C1TileViewPanel 
       Inherits System.Windows.Controls.VirtualizingPanel
    'Usage
     
    
    Dim instance As C1TileViewPanel
    [ContentProperty("Children", true)]
    public sealed class C1TileViewPanel : System.Windows.Controls.VirtualizingPanel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   System.Windows.Controls.VirtualizingPanel
                      C1.Silverlight.TileView.C1TileViewPanel

    See Also