TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / Width Property

In This Topic
    Width Property (C1TreeColumn)
    In This Topic
    Gets or sets the width of the TreeColumn.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("C1TreeColumn.Width", "Gets or sets the width of the TreeColumn.")>
    <DefaultValueAttribute(120)>
    Public Property Width As Integer
    [C1Category("Appearance")]
    [C1Description("C1TreeColumn.Width", "Gets or sets the width of the TreeColumn.")]
    [DefaultValue(120)]
    public int Width {get; set;}
    See Also