System administrators can manage many ArcGIS Pro user application settings.
The settings described below should be added under the Navigation element in the Pro.settingsConfig file.
Learn more about navigation options
ShowFlashCrosshairs
In the user interface, on the Navigation tab on the Options dialog box, click Pop-ups > Show crosshairs when flashing to access the corresponding setting.
Possible values are the following:
- true
- false (default)
An example of this setting is shown below.
<ShowFlashCrosshairs isLocked="true">false</ShowFlashCrosshairs>
EnablePanningGestures
In the user interface, on the Navigation tab on the Options dialog box, click Enable panning gestures to access the corresponding setting.
Possible values are the following:
- true (default)
- false
An example of this setting is shown below.
<EnablePanningGestures isLocked="true">false</EnablePanningGestures>
TransitionTime
In the user interface, on the Navigation tab on the Options dialog box, adjust the slider or type a value in the Transition time text box to access the corresponding setting.
Possible values are any single decimal place number between 0 and 10. The default is 0.
An example of this setting is shown below.
<TransitionTime isLocked="true">5</TransitionTime>