ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / GridPanel Class / UniformRowHeights Property

In This Topic
    UniformRowHeights Property (GridPanel)
    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 System.Boolean
    public System.bool UniformRowHeights {get; set;}
    See Also