CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    Hide a node in a TreeView Control

    How can I hide a node in a TreeView Control. So that the user doesn't see it, but it still exists.
    So that I can hide and unhide it.


    mfG Pueromane


  2. #2
    Guest

    Re: Hide a node in a TreeView Control

    Use what as follows.
    node_name.visible=false
    node_name.visible=true


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