|
|
 |
| WPF |
 |
-
Get the TreeViewItem for an Item in a WPF TreeView
When unit testing a user control with a tree view, I wanted to simulate mouse clicks on tree view items.
But then it turned out that it's not that straightforward to get the control that displays the item
(and that I needed to raise the mouse event for)...
-
Double Clicks in WPF TreeView Controls
It turns out that double click events in WPF TreeViews are reported for the clicked node
as well as for all parent nodes!
Top
|
|
|
|