ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1UniformGrid Class / Columns Property

In This Topic
    Columns Property (C1UniformGrid)
    In This Topic
    Gets or sets the number of columns for this panel.
    Syntax
    'Declaration
     
    
    Public Property Columns As Integer
    public int Columns {get; set;}
    Remarks
    The default value (0) specifies that the column count is computed based on the number of rows and the number of visible child elements.
    See Also