ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / MinRowHeight Property

In This Topic
    MinRowHeight Property
    In This Topic
    Gets or sets the minimum height of rows in the C1FlexGrid.
    Syntax
    'Declaration
     
    
    Public Property MinRowHeight As Double
    public double MinRowHeight {get; set;}
    See Also