Setting the scrollbar position of a listbox

O

orofiamma

It may appear odd, but I need to control the vertical scrollbar
position of a listbox by buttons.
So I'll have a "Scroll up" button and a "Scroll down" button.
When I click "Scroll down", i.e., the listbox must scroll down as if I
clicked the bottom arrow of the scrollbar.

Is it possible?
Or is something impossible in c#? :)
Thanks.
 
D

Dave Herron

I believe you will need to send a message to the control when the
button is clicked.
 

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

Top