'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether nodes will expand to right to fill the viewable area.")> Public Property ExpandToRight As System.Boolean
'Usage
Dim instance As NTreeViewEx Dim value As System.Boolean instance.ExpandToRight = value value = instance.ExpandToRight
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether nodes will expand to right to fill the viewable area.")] public System.bool ExpandToRight {get; set;}