BUG: ScrollBar Slider Does Not Stop at the Mouse Cursor

ID: Q180633


The information in this article applies to:
  • Microsoft Windows CE Toolkit for Visual Basic 6.0
  • Microsoft Windows CE Toolkit for Visual Basic 5.0, version 1.0


SYMPTOMS

When holding down the left-mouse button (or the stylus of a WinCE device) to move the scroll bar slider, the slider does not stop at the mouse cursor. It keeps going until it reaches the end of the scroll bar.


RESOLUTION

When the scrollbar slider reaches the desired location, remove your finger pressure from the mouse button or stylus.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Start a new Windows CE (HPC) Project in Visual Basic. Form1 is created by default.


  2. Add a vertical or horizontal scroll bar to Form1.


  3. Set the Max property of the scroll bar to 100.


  4. Set the LargeChange property of the scroll bar to 5.


  5. Resize the scroll bar. The slider will not move at all unless the scroll bar has been resized.


  6. Press the F5 key to run the project.


  7. Place the mouse cursor between the slider and one end of the scroll bar. Hold down the left-mouse key and note that the slider moves past the cursor and continues moving until the mouse key is released or it reaches the end of the scroll bar. The expected behavior is that it should stop when it reaches the mouse cursor.


Additional query words: wince vbce vbce5 vbce6

Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600bug kbWinCE kbWinCE100 kbGrpVB
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: February 13, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.