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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top