ScrollBar.UnitSize Property (Typed) | |
A numeric value representing the unit size currently associated with the scroll bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY UnitSize AS LONG GET SET
public virtual int UnitSize { get; set; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the unit size currently associated with the scroll bar.
Remarks
A numeric value representing the unit size currently associated with the scroll bar.
The unit size is used to calculate the new thumb position when a UNITINCREMENT or UNITDECREMENT ScrollEvent occurs.
When a scroll bar is created, ScrollBar:UnitSize is initialized to 1. The ScrollBar:UnitSize can be changed at runtime to alter the behavior of the scroll bar.
See Also