Click or drag to resize

SingleLineEdit.ScrollMode Property

X#
Specifies the scrolling behavior (e.g., when the Delete key is pressed).

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

Property Value

Type: Usual
Specifies the scrolling behavior (e.g., when the Delete key is pressed).
Remarks

Specifies the scrolling behavior (e.g., when the Delete key is pressed). Valid values are:

SCRMODE_FULL Scrolls through all of the edit control's contents. This is the default.
SCRMODE_PART Partial scrolling stops at non-edit template characters.
SCRMODE_NONo scrolling.
See Also