Back to Devexpress

cxDefaultLookAndFeelScrollMode Constant

vcl-cxlookandfeels-c80c377f.md

latest1.1 KB
Original Source

cxDefaultLookAndFeelScrollMode Constant

Specifies the default scroll mode for all DevExpress controls.

Declaration

delphi
const cxDefaultLookAndFeelScrollMode = scmClassic;

Remarks

The cxDefaultLookAndFeelScrollMode global constant value defines the active scroll mode for a control if the following conditions are met:

Limitations

Scroll mode settings have no effect on those controls that support only the classic scroll mode.

See Also

dxScrollAnimationTime Global Constant

cxLookAndFeels Unit