Click to See Complete Forum and Search --> : Getting selected treeView node information


Jim Bassett
July 31st, 2009, 04:00 PM
I have a WPF Treeview control with children nodes with names of files that could exist on the PC, a network or a web site. When I select a node I am not sure what treeview method to use to obtain information about the node I selected such as what node I selected (like an index), did I double click or single click.

Arjay
July 31st, 2009, 04:54 PM
Post the SelectedChange handler code that you have now.