Skip to main content

TcxLookAndFeel.ScrollMode Property

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

Declaration

property ScrollMode: TdxScrollMode read; write;

Property Value

Type Description
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