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

In This Topic
    AutoWidth Property (C1TreeColumn)
    In This Topic
    Gets or sets a value indicating whether the column width should be set automatically by content width.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("C1TreeColumn.AutoWidth", "Gets or sets a value indicating whether the column width should be set automatically by content width.")>
    <DefaultValueAttribute(False)>
    Public Property AutoWidth As Boolean
    [C1Category("Appearance")]
    [C1Description("C1TreeColumn.AutoWidth", "Gets or sets a value indicating whether the column width should be set automatically by content width.")]
    [DefaultValue(false)]
    public bool AutoWidth {get; set;}
    See Also