Skip to main content

TdxTouchScrollUIMode Enum

Enumerates Touch-friendly scrollbar mode settings that can be applied to DevExpress controls (TcxControl and TdxVCLControl descendant instances).

Declaration

TdxTouchScrollUIMode = (
    tsmDefault,
    tsmEnabled,
    tsmDisabled
);

Members

Name Description
tsmDefault

The cxDefaultIsTouchScrollUIModeEnabled global constant value specifies if touch-friendly scrollbars are enabled for a control.

tsmEnabled

Touch-friendly scrollbars are explicitly enabled.

tsmDisabled

Touch-friendly scrollbars are explicitly disabled.

See Also