Click on Scroll Bar and Drag to Scroll

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
* "=?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?
 
Back
Top