CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: TreeView

  1. #1
    Join Date
    Jul 1999
    Posts
    10

    TreeView

    how can you select multiple nodes in a tree view control






  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: TreeView

    You can't - it's a limitation / design of the Standard Windows control. You could get around this by handling the Custom Drawing of the control yourself - better still, investigate some of the other third-party treeview controls out there - it'll save you a lot of time.



    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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