I have a uitree structure and use MultipleSelectionNodes property actived. I always have two nodes selected. I need to fix the selection on one of them permanently while the other can change by mouse selection. How I can achieve that?
I have a uitree structure and use MultipleSelectionNodes property actived. I always have two
Share
To ensure that a particular tree node is always selected, you can write a tree selection listener that will unconditionally select the desired tree node whenever the selection changes. This will have the effect of keeping any tree nodes permanently selected.