Scrollbar Events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi
In vscroll bar I want to differenciate between Upper or Lower scroll buttons. Just say when user press top button a message is displayed "Top is pressed" and when lower button is pressed message is displayed "Buttom is pressed" is there any event to do this?
 
You could store the previous scroll value and check if it has got bigger or smaller. Otherwise you might have to subclass.

--
Michael Culley


Qumer Mumtaz said:
hi
In vscroll bar I want to differenciate between Upper or Lower scroll buttons. Just say when user press top button a message is
displayed "Top is pressed" and when lower button is pressed message is displayed "Buttom is pressed" is there any event to do this?
 
Back
Top