Back to Devexpress

TcxCustomLookAndFeelController.TouchMode Property

vcl-cxlookandfeels-dot-tcxcustomlookandfeelcontroller-aecd6bb3.md

latest1.8 KB
Original Source

TcxCustomLookAndFeelController.TouchMode Property

Specifies if Touch mode is enabled.

Declaration

delphi
property TouchMode: Boolean read; write; default cxDefaultIsTouchModeEnabled;

Property Value

TypeDefaultDescription
BooleancxDefaultIsTouchModeEnabled

True if Touch mode is enabled; otherwise, False.

|

Remarks

Set the TouchMode property to True to enable Touch mode in your application. This mode increases UI element sizes and adjusts application form layouts for a more comfortable interaction on touch-enabled screens. In addition, you can set the ScrollbarMode property to sbmTouch to enable touch-friendly scrollbars for all DevExpress controls that can scroll content.

Refer to the following help topic for detailed information on support for touch-enabled devices: Integrated Touch Gesture Support.

Default Value

The TouchMode property’s default value is the cxDefaultIsTouchModeEnabled global constant.

See Also

cxIsTouchModeEnabled Global Constant

cxTouchElementMinSize Global Constant

TcxCustomLookAndFeelController Class

TcxCustomLookAndFeelController Members

cxLookAndFeels Unit