I have a WPF TreeView which triggers a SelectedItemChanged event. Whenever I select an item in the TreeView, the SelectedItemCha
TreeView
SelectedItemChanged
SelectedItemCha
Set the e.Handled to true in the handler.
e.Handled
true
EDIT
As an update to this subject, view this blog post.