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

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