HScrollBar, VScrollBar controls
The MinPosition property specifies what the value of the Position property is when the scroll box is at the top of the VScrollBar control or the left edge of the HScrollBar scroll bar.
To specify the minimum position of the scroll
box:
Enter an integer value into the Min Position field of the General tab of the control’s Properties view.
The MinPosition property takes an integer value.
The following example specifies that the value of the Position property is 0 when the scroll box is in the minimum position.
vsb_1.MinPosition = 0
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |