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

TcxLookAndFeelController.ScrollbarMode Property

Specifies the default scrollbar mode for all DevExpress controls in an application.

Declaration

property ScrollbarMode: TdxScrollbarMode read; write; default sbmDefault;

Property Value

Type Default Description
TdxScrollbarMode sbmDefault

Enumerates available scrollbar modes.

Remarks

Use this property to switch between classic, touch-friendly, and hybrid scrollbars in your application. The LookAndFeel.ScrollbarMode property of an individual control overrides the ScrollbarMode property. Refer to the TdxScrollbarMode type description for detailed mode descriptions.

Alternatively, you can use the global RootLookAndFeel.ScrollbarMode property.

The cxDefaultIsTouchScrollUIModeEnabled global constant value determines the global scrollbar mode if the ScrollbarMode property is set to sbmDefault.

Note

The ScrollbarMode property does not affect the TcxTreeView, TcxListView, TcxShellTreeView and TcxShellListView controls because they support only Classic scrollbar mode. Refer to the TdxScrollbarMode type description for information on supported controls in different modes.

The ScrollbarMode property’s default value is sbmDefault.

See Also