Scroll bar

  • Thread starter Thread starter Senad Isanovic
  • Start date Start date
S

Senad Isanovic

When scrolling down in the sub form, and then scrolling up again, the record
on top seem to disappeared. By using the scroll button on the mouse I can
scroll down but when scrolling up I can't see the record on top. (Using
vertical scroll bar I can scroll up and see the record on top). Is this a
bug or can this be solved by coding? Thanks! (Office 2003, Access 2003 pro)
 
Senad said:
When scrolling down in the sub form, and then scrolling up again, the record
on top seem to disappeared. By using the scroll button on the mouse I can
scroll down but when scrolling up I can't see the record on top. (Using
vertical scroll bar I can scroll up and see the record on top). Is this a
bug or can this be solved by coding? Thanks! (Office 2003, Access 2003 pro)


I'm pretty sure that effect comes from the control panel
setting for lines per scroll wheel movement. When you
scroll up, say, 3 lines per wheel movement, and you get to
the top and there are only one or two lines left to go, it
just won't go any further.

It doesn't seem to be a consistent behavior, so I suspect
that the real issue is buried in the application's
interpretation of the mouse signals and/or how vertical
scoll is implemented in each context.
 
Back
Top