Skip to main content

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

The active scrollbar mode.

Remarks

Set the ScrollbarMode property to sbmClassic, sbmTouch, or sbmHybrid to explicitly enable the corresponding scrollbar mode at the application level. The LookAndFeel.ScrollbarMode property of an individual control has priority over the ScrollbarMode property.

Refer to the TdxScrollbarMode type description for detailed information on all available options.

Default Value

The ScrollbarMode property’s default value is sbmDefault.

The default ScrollbarMode property value indicates that the cxDefaultIsTouchScrollUIModeEnabled global constant value defines the active scrollbar mode at the application level.

See Also