Skip to main content
A newer version of this page is available. .

TcxLookAndFeel.ScrollMode Property

Specifies a control’s scroll mode.

Declaration

property ScrollMode: TdxScrollMode read; write;

Property Value

Type
TdxScrollMode

Remarks

Use this property to switch between scroll modes at:

The ScrollMode property’s setter adds the lfvScrollMode flag to the AssignedValues property and raises the OnChanged event once the change is applied to the control. Refer to the TdxScrollMode type description for details on available scroll modes.

Note

An effect of the ScrollMode property value change made after a BeginUpdate procedure call is postponed until an EndUpdate call.

The ScrollMode property’s default value is scmDefault.

See Also