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


In This Topic
    Columns Property (C1TileView)
    In This Topic
    Gets or sets the number of columns the C1TileViewItems are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both Columns and Rows are zero, the items are laid in a square.
    Syntax
    'Declaration
     
    
    Public Property Columns As Integer
    'Usage
     
    
    Dim instance As C1TileView
    Dim value As Integer
     
    instance.Columns = value
     
    value = instance.Columns
    public int Columns {get; set;}
    See Also