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

TcxLookAndFeel.ScrollbarMode Property

Specifies the appearance and behavior of a control’s scrollbars.

Declaration

property ScrollbarMode: TdxScrollbarMode read; write;

Property Value

Type Description
TdxScrollbarMode

Enumerates available scrollbar modes.

Remarks

Use this property to switch between different scrollbar modes.

The ScrollbarMode property’s setter adds the lfvScrollbarMode flag to the AssignedValues property and raises the OnChanged event once a different scrollbar mode is applied to the control.

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.

A BeginUpdate procedure call postpones any look & feel changes (including ScrollbarMode) until an EndUpdate procedure call.

The ScrollbarMode property’s default value is sbmDefault.

See Also