cancel
Showing results for 
Search instead for 
Did you mean: 

Tree lead selection

Former Member
0 Kudos

Is there a way to programmatically set the lead selection of a tree UI element in such a way that the top level node will be selected, but still expanded?

By default, it seems to select the first element of each node all the way down my context hierarchy. If I set the first child node's lead selection to NO_SELECTION, the top level node is selected, but not expanded.

-Dave

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There is isExpanded property on UI element. Yuo may bind it to context attribute (boolean) and expand path(s) you like.

VS