ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / GridPanel Class / UniformColumnWidths Property

In This Topic
    UniformColumnWidths Property (GridPanel)
    In This Topic
    Gets or sets the System.Boolean value determining whether all columns should have the same width.
    Syntax
    'Declaration
     
    Public Property UniformColumnWidths As System.Boolean
    public System.bool UniformColumnWidths {get; set;}
    See Also