|
|
|
|
|
WithScroll (Property) In french: AvecScroll
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.
// 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|