CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Posts
    20

    Angry treeview scroll event

    I have treeview which is in panel. As it grows scroll bar of the treeview appear. I want capture the scroll bar value and set the value to another treeview in another panel. But I could see that there is no scroll event for treeview. How can do that?

    Thanks in Advance
    Regards
    Surya

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: treeview scroll event

    don't look for it there is no such event. for problems like this you need using windos APIs or some workaround and creative ways. i have posted some solution for a problem like this for two listbox in this forum.

    others also came there and proposed some API. as i remember the source for those APIs with example were in www.codeproject.com
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: treeview scroll event

    You can do this in WPF.

Tags for this Thread

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