TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ExtendLastColumn Property

In This Topic
    ExtendLastColumn Property (C1TreeView)
    In This Topic
    Gets or sets whether the last column should be extended to fill the control.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.ExtendLastColumn", "Gets or sets whether the last column should be extended to fill the control.")>
    Public Property ExtendLastColumn As Boolean
    [DefaultValue(true)]
    [C1Category("Behavior")]
    [C1Description("C1TreeView.ExtendLastColumn", "Gets or sets whether the last column should be extended to fill the control.")]
    public bool ExtendLastColumn {get; set;}
    See Also