Click on Scroll Bar and Drag to Scroll

G

Guest

I have a VB.Net app with a vertical scroll bar that will scroll the contents of the window when you click the up or down arrow at the top or bottom of the scroll bar. However, when you click on the sliding bar on the scroll bar and drag it up or down, the contents of the window does not scroll. How can I resolve this? Thanks.
 
B

Brian Henry

use the valuechanged event to get live scrolling changes


Bill P. said:
I have a VB.Net app with a vertical scroll bar that will scroll the
contents of the window when you click the up or down arrow at the top or
bottom of the scroll bar. However, when you click on the sliding bar on the
scroll bar and drag it up or down, the contents of the window does not
scroll. How can I resolve this? Thanks.
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?QmlsbCBQLg==?= said:
I have a VB.Net app with a vertical scroll bar that will scroll the
contents of the window

Are you using normal scrollbar controls or do you use the form's
'AutoScroll' support?
 

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

Similar Threads


Top