Once we select TreeViewItem, how can we can again deselect it?
TreeViewItem.IsSelected event is not called again if TreeViewItem is already selected.
I need this behavior on reselecting node in TreeView.
Any ideas?
Once we select TreeViewItem, how can we can again deselect it?
TreeViewItem.IsSelected event is not called again if TreeViewItem is already selected.
I need this behavior on reselecting node in TreeView.
Any ideas?
This is an issue with Treeview control, you need to do workaround for the same.
Check this url http://social.msdn.microsoft.com/forums/en-US/wpf/thread/36aca7f7-0b47-488b-8e16-840b86addfa3/