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


In This Topic
    Rows Property (C1TileView)
    In This Topic
    Gets or sets the number of rows 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 Rows As Integer
    'Usage
     
    
    Dim instance As C1TileView
    Dim value As Integer
     
    instance.Rows = value
     
    value = instance.Rows
    public int Rows {get; set;}
    See Also