Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomLookAndFeelController.ScrollMode Property

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

#Declaration

Delphi
property ScrollMode: TdxScrollMode read; write; default scmDefault;

#Property Value

Type Default Description
TdxScrollMode scmDefault

The active scroll mode.

#Remarks

Use the ScrollMode property to switch between classic and smooth scroll modes at the application level. The LookAndFeel.ScrollMode property of an individual control has priority over the ScrollMode property.

Refer to the TdxScrollMode type description for details.

#Default Value

The ScrollMode property’s default value is scmDefault.

See Also