Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxLookAndFeel.ScrollMode Property

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

#Declaration

Delphi
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