Description
The distance, in image pixels, from the display window edges for autoscrolling.
-
Property type
-
A Long value.
-
Syntax
-
object.AutoScrollThreshold [= value]
The AutoScrollThreshold Property syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | value | A Long value. | Remarks
If the AutoScrollMethod is enabled for automatic pan and scroll and the image to display is larger than the display window, then when the mouse is moved near the display window border will cause the image to be panned or scrolled at a rate based how close the mouse is to the border and on the AutoScrollSpeed.
This facility is independent of the EnableScrollBar property. Valid values are between 2 and 100. The default is 30.
|