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

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
TdxScrollMode scmDefault

Remarks

Use this property to switch between classic and smooth scroll modes at the global level. The LookAndFeel.ScrollMode property of an individual control overrides the ScrollMode property. Refer to the TdxScrollMode type description for details.

Enclose code that performs a series of look & feel changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive redraw operations.

Note

Alternatively, you can use the ScrollMode property accessible via a RootLookAndFeel global function call.

The ScrollMode property’s default value is scmDefault.

See Also