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

In This Topic
    MaxRowHeight Property (C1FlexGrid)
    In This Topic
    Gets or sets the maximum height of rows in the C1FlexGrid.
    Syntax
    'Declaration
     
    Public Property MaxRowHeight As Double
    public double MaxRowHeight {get; set;}
    Remarks
    Setting this value to zero disables the maximum row height limit.
    See Also