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

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