TdxTouchScrollUIMode Enum
In This Article
Enumerates Touch-friendly scrollbar mode settings that can be applied to DevExpress controls (TcxControl and TdxVCLControl
descendant instances).
#Declaration
Delphi
TdxTouchScrollUIMode = (
tsmDefault,
tsmEnabled,
tsmDisabled
);
#Members
Name | Description |
---|---|
tsm
|
The cx |
tsm
|
Touch-friendly scrollbars are explicitly enabled. |
tsm
|
Touch-friendly scrollbars are explicitly disabled. |
See Also