ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / Rows Property

In This Topic
    Rows Property
    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 System.Integer
    public System.int Rows {get; set;}
    See Also