Click or drag to resize

ScrollBar.BlockSize Property

X#
A numeric value representing the block size of the scroll bar

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY BlockSize AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A numeric value representing the block size of the scroll bar
Remarks
A numeric value representing the block size of the scroll bar. The block size is used to calculate the new position of the thumb when a BLOCKINCREMENT or BLOCKDECREMENT ScrollEvent occurs, which is one of the event types recognized by the ScrollEvent:Type access. The BlockSize is initially set to 10, but may be modified at runtime to change the behavior of the scroll bar.
See Also