cxDefaultLookAndFeelScrollMode Constant
In This Article
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:
The control’s LookAndFeel.ScrollMode property is set to scmDefault.
The default global scroll mode setting is in effect (that is, the RootLookAndFeel.ScrollMode or TcxCustomLookAndFeelController.ScrollMode property is set to scmDefault).
#Limitations
Scroll mode settings have no effect on those controls that support only the classic scroll mode.
See Also