Skip to main content

TcxLookAndFeelController.ScrollMode Property

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

Declaration

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