Back to Devexpress

TcxLookAndFeel.ScrollMode Property

vcl-cxlookandfeels-dot-tcxlookandfeel-08ea2f40.md

latest1.8 KB
Original Source

TcxLookAndFeel.ScrollMode Property

Specifies the active scroll mode at the level of an individual control.

Declaration

delphi
property ScrollMode: TdxScrollMode read; write;

Property Value

TypeDescription
TdxScrollMode

The active scroll mode.

|

Remarks

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.

Property Setter Behavior

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.

Default Value

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

TcxLookAndFeel.ScrollbarMode Property

TcxLookAndFeel Class

TcxLookAndFeel Members

cxLookAndFeels Unit