Setting the scrollbar position of a listbox

  • Thread starter Thread starter orofiamma
  • Start date Start date
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.
 
I believe you will need to send a message to the control when the
button is clicked.
 
Back
Top