ucTreeView.SingleExpand PropertyCauses the item being selected to expand and the item being unselected to collapse upon selection in the tree view. If the user holds down the CTRL key while selecting an item, the item being unselected will not be collapsed.Syntax
Public Property Get SingleExpand () As Boolean
Public Property Let SingleExpand (ByVal New_SingleExpand As Boolean) Parameters
Remarks
|