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. Visual Basic
  4. TreeView Help!!! Search a matching string value all over Treeview nodes and sub nodes then open the node and highlight it? Is that possible and how?

TreeView Help!!! Search a matching string value all over Treeview nodes and sub nodes then open the node and highlight it? Is that possible and how?

Scheduled Pinned Locked Moved Visual Basic
algorithmshelptutorialquestion
1 Posts 1 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.
  • V Offline
    V Offline
    vbDiggerz
    wrote on last edited by
    #1

    TreeView Win.Form Control Help!!! Search a matching string value all over Treeview nodes and sub nodes then open the node and highlight it? Is that possible and how? Just like searching a string value in a datagridview cell then point the focus on that cell? is there a logic then same in datagridview or listview into Treeview??? 'For example: lets say all nodes in a treeview is full collapse.. only the parent node is shown.. and Node1 is one of the nodes with a name = Node1 and a equivalent string value = "Node1" '**************figure1 +Level-0 Node1 +Level-0 Node2 Level-0 Node3 '*********************** 'and then when i attempt to search in all nodes of the treeview whether it is full collapse or out of the display area like "Node5" in figure2 then all nodes corresponding on the "Node5" parents node will open and select or highlited the "Node5" just like in figure2??? '*****************figure2 +Level-0 Node1 +Level-1 Node4 Level-2 Node5 +Level-0 Node2 +Level-1 Node6 Level-0 Node3 '**************************** is that possible in treeview?? how?? 'cause im having difficulty to figure it out myself.. Please anybody have a good idea?? please?? :confused:

    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