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


In This Topic
    C1TileView Class
    In This Topic
    Contains a scrollable list of items organized in columns and rows. Any item can be maximized and shown bigger.
    Object Model
    C1TileView Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Items", True)>
    Public Class C1TileView 
       Inherits System.Windows.Controls.ItemsControl
    'Usage
     
    
    Dim instance As C1TileView
    [ContentProperty("Items", true)]
    public class C1TileView : System.Windows.Controls.ItemsControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      C1.Silverlight.TileView.C1TileView

    See Also