FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / MinRowHeight Property

In This Topic
    MinRowHeight Property (C1FlexGrid)
    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