Skip to main content
A newer version of this page is available.

TcxLookAndFeel.TouchScrollUIMode Property

Specifies if the Touch-friendly scrollbar mode is enabled in an individual DevExpress control.

Declaration

property TouchScrollUIMode: TdxTouchScrollUIMode read; write;

Property Value

Type
TdxTouchScrollUIMode

Remarks

This property is obsolete. Use the ScrollbarMode property instead.

The TouchScrollUIMode property’s default value is tsmDefault.

See Also