ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / MinHeight Property

In This Topic
    MinHeight Property
    In This Topic
    Gets or sets the minimum height (in pixels) allowed.
    Syntax
    'Declaration
     
    
    Public Property MinHeight As Double
    public double MinHeight {get; set;}
    See Also