Back to Devexpress

TcxCustomLookAndFeelController.ScrollMode Property

vcl-cxlookandfeels-dot-tcxcustomlookandfeelcontroller-5c5f8b98.md

latest1.3 KB
Original Source

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

TypeDefaultDescription
TdxScrollModescmDefault

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

dxScrollAnimationTime Global Constant

TcxCustomLookAndFeelController.ScrollbarMode Property

TcxCustomLookAndFeelController Class

TcxCustomLookAndFeelController Members

cxLookAndFeels Unit