vcl-cxlookandfeels-dot-tcxlookandfeel-08ea2f40.md
Specifies the active scroll mode at the level of an individual control.
property ScrollMode: TdxScrollMode read; write;
| Type | Description |
|---|---|
| TdxScrollMode |
The active scroll mode.
|
Use the ScrollMode property to switch between classic and smooth scroll modes at the level of an individual DevExpress control.
Refer to the TdxScrollMode type description for detailed information on available options.
The ScrollMode property’s setter adds the lfvScrollMode flag to the AssignedValues property value once the change is applied to the control outside a BeginUpdate/EndUpdate block or after an EndUpdate procedure call.
The ScrollMode property’s default value is scmDefault.
The default ScrollMode property value indicates that the control uses the global scroll mode setting (for example, the setting accessible through a TdxSkinController component’s ScrollMode property).
See Also
dxScrollAnimationTime Global Constant