Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Selecting leaf node directly !!!

Selecting leaf node directly !!!

Scheduled Pinned Locked Moved C#
csharpc++data-structureshelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ankushmn
    wrote on last edited by
    #1

    Hello, i have a problem while working with tree view control in window application. Consider below tree Window Application |___ Language |____ C++ |____ VB |____ VC++ |____ . Net |___ C# |___ VB.Net I am filling tree on form load and if i want to directly focus to node C# (it gets selected) and i want that tree to be expand up to that level. and i have the imageindex of C#. How to do it ??? Its urg :-(((( Thanx in Advance :-)))

    D 1 Reply Last reply
    0
    • A ankushmn

      Hello, i have a problem while working with tree view control in window application. Consider below tree Window Application |___ Language |____ C++ |____ VB |____ VC++ |____ . Net |___ C# |___ VB.Net I am filling tree on form load and if i want to directly focus to node C# (it gets selected) and i want that tree to be expand up to that level. and i have the imageindex of C#. How to do it ??? Its urg :-(((( Thanx in Advance :-)))

      D Offline
      D Offline
      Dustin Metzgar
      wrote on last edited by
      #2

      You may want to use TreeView.FindNode() to find your node. The path will be something like "Window Application" + tv.PathSeparator + etc. Then use the Select() method on that node.


      Logifusion[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups