Connecting Tech Pros Worldwide Forums | Help | Site Map

ScrollBar Events in .Net????

Bytz
Guest
 
Posts: n/a
#1: Nov 16 '05
Is the only way of receiving notification of a scroll event for a Form or
Panel to use win32 (i.e. override the WndProc and fire events on scroll
messages) Or is there a way to attach a delagate to the AutoScrollBar(s)?

It seems an oversite to not be able to access/attach a delagate to the
Form's/Panel's exiting scrollbars. Alternatively, the other option of not
using auto scroll and adding scrollbars doesn't give the nice GUI
appearance...


Closed Thread