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
 
<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
 
See Also