I’ve been having issues with the TreeView in WPF. This control makes it very hard to access the TreeViewItems it’s showing.
TreeView
TreeViewItem
On several occasion
Take a look at Simplifying the WPF TreeView by Using the ViewModel Pattern article by Josh Smith. I hope it helps.