Hi everybody!
I am making a WPF program that contains a TreeView. I am having a problem right now. I am using an attached command behavior to try to open a TreeView children tree view item.
Basically, the treeView item contains an ID and when you double click it. It will bring another window up showing the details that are associated with this ID.
Now, the problem is. When i double click a treeView item, it doesn't do anything. But when i double click the outside of the treeview item, my command actually gets hit.
From what i have noticed. When you double click the parent node, it expands or collapses the children nodes.
Is there anyway by anychance, where you can either over ride or disable this command? Thanks in advance!!!