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

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