Intersoft ClientUI Documentation
IsExpandOnSelect Property



Gets or sets a value that determines whether a UXTreeViewItem should be expanded when selected.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsExpandOnSelect As Boolean
Dim instance As UXTreeView
Dim value As Boolean
 
instance.IsExpandOnSelect = value
 
value = instance.IsExpandOnSelect
[CategoryAttribute("Common Properties")]
public bool IsExpandOnSelect {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsExpandOnSelect {
   bool get();
   void set (    bool value);
}
Remarks
By default IsExpandOnSelect property is set to False. By set the IsExpandOnSelect property to True you can also automatically expand an item when the item is selected.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXTreeView Class
UXTreeView Members

Send Feedback