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

In This Topic
    MaxRowHeight Property
    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