CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Location
    India (Gujarat)
    Posts
    12

    Event Transfering

    In my application i have two Lists.They can have scroll bars if more values are inserted. Now if the scroll bar of one list is adjusted i want to adjust other scroll bar automatically. But adjustmentListener is not available for List. Reference to the scroll bar object inside the list seems to be unattainable. how to do that ?
    Thanks.


  2. #2
    Join Date
    Jan 2000
    Location
    CA, USA
    Posts
    305

    Re: Event Transfering

    Read document about ScrollBarSynchronizer. That may solve your
    problem.

    Kannan



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