ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Scroll gesture
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The WithScroll property is used to:
  • enable or disable the scroll gesture on a Map control,
  • determine whether the scroll gesture is enabled on a Map control.
Example
// Enable scroll gesture
MAP_MyMap.WithScroll = True
Syntax

Determining whether the scroll gesture is enabled on a Map control Hide the details

<Result> = <Map control>.WithScroll
<Result>: Boolean
  • True if the scroll gesture is enabled on the Map control,
  • False otherwise.
<Map control>: Control name
Name of the Map control used.

Enabling or disabling the scroll gesture on a Map control Hide the details

<Map control>.WithScroll = <Authorization>
<Map control>: Control name
Name of the Map control used.
<Authorization>: Boolean
  • True if the scroll gesture is enabled on the Map control,
  • False otherwise.
Remarks

Scroll gesture

The scroll gesture consists of sliding a finger up, down, left or right on the map.
Minimum version required
  • Version 26
Comments
Click [Add] to post a comment

Last update: 11/07/2022

Send a report | Local help