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

    Scrolling in Tree View

    Hi!
    I need help with programatically scrolling the treeview control.
    I am building a drag and drop application (similar to the windows explorer) and I want the treeview control to scroll when I place the drop object at margin of the treeview control.
    Thanks.



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

    Re: Scrolling in Tree View

    Take a look in the Microsoft Knowledge Base for article Q177743 - you can get to the KB from the main CodeGuru VB page

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.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