ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / MaxRowHeight Property

In This Topic
    MaxRowHeight Property
    In This Topic
    Gets or sets the maximum row height for all the rows in the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Property MaxRowHeight As Double
    public double MaxRowHeight {get; set;}
    Remarks
    If a row has the property MaxHeight set, the layout will take the value set in the row over the one in the data grid.
    See Also