Input for WinForms | ComponentOne
C1.Framework Namespace / GridPanel Class / UniformRowHeights Property

In This Topic
    UniformRowHeights Property
    In This Topic
    Gets or sets the System.Boolean value determining whether all rows should have the same height.
    Syntax
    'Declaration
     
    
    Public Property UniformRowHeights As Boolean
    public bool UniformRowHeights {get; set;}
    See Also