Unicode Controls & Classes for VB6 - Version 4

ucTreeView.SingleExpand Property

Causes 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
Parameter Description
ByVal New_SingleExpand As Boolean
Remarks