cancel
Showing results for 
Search instead for 
Did you mean: 

Preventing initial selection in a Tree

Former Member
0 Kudos

Hi experts!

Do you know of any ways to prevent the automatic initial selection of a Tree?

It selects the topmost node, just under the root as a default. I don't want anything selected at startup. I believe the key is in WDLeadSelectionChangeBehaviour, so if you have examples I'd really appreciate them

BR

Lasse

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Either set "initializeLeadSelection" = false for the context node used as tree data source, or use setTreeSelection(null) in wdDoInit().

Answers (0)