Tagged Questions
5
votes
6answers
6k views
How can I cancel a user's WPF TreeView click?
I've got a WPF application with a Treeview control.
When the user clicks a node on the tree, other TextBox, ComboBox, etc. controls on the page are populated with appropriate values.
The user can ...
0
votes
1answer
1k views
How do I properly handle a PreviewMouseDown event with a MessageBox confirmation?
Earlier I asked how to cancel a WPF TreeViewItem.Selected event.
The answerers suggested I instead handle the PreviewMouseDown event before the selection even takes place. That makes sense.
I've ...