CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Question Getting selected treeView node information

    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.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Getting selected treeView node information

    Post the SelectedChange handler code that you have now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured