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