Hi Friends,
In a TreeListView
with several items :
1. User selects an item by click => Tree get focused, item is selected
2. User clicks elsewhere in the application => I sets programmatically Tree.SelectedItem = null
=> Tree loses focus, item is unselected
3. User clic in the empty space of the Tree => focus is given back to the previously focused item ...
Question : how can I prevent this behaviour ?
Thanks ;o)
[Modified 2 years ago]