SingleLineEdit.ScrollMode Property | |
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
public virtual Usual ScrollMode { get; set; }
Request Example
View SourceProperty Value
Type:
UsualSpecifies 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_NO | No scrolling. |
See Also