ScrollBar.BlockSize Property (Typed) | |
A numeric value representing the block size of the scroll bar
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY BlockSize AS LONG GET SET
public virtual int BlockSize { get; set; }
Request Example
View SourceProperty Value
Type:
LongA 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