Thank you for your feedback! You have rated this topic in the last 30 days.
Touch Gestures
Introduction
The topics in this group illustrate Infragistics touch-enabled control’s Touch Gestures.
Note
Note:
The functionality offered through this feature is only available in a Full Trust environment.
Touch Gestures now support a new GesturesEnabled property in the Infragistics UltraControlBase class. This is Boolean property (True by default), which allows enabling gestures support for the application. Presented along with each gesture-supported control is an instance of the GesturesEnabled property. This empowers the controls with the ability to enable and disable the individual gestures separate from the application level.
Note
Note:
When set explicitly the control settings have precedence over the application settings.