Hi Guys,
Refer to this sample, if ShowVCS is true, it always select current Z value, how I can make current xy value to be selected by default? Uma Harano
arcgis-pro-sdk-community-samples/CoordSysDialog.xaml at master · Esri/arcgis-pro-sdk-community-sampl...
<mapping:CoordinateSystemsDetailsControl Grid.Row="3"
SpatialReference="{Binding ElementName=CoordinateSystemsControl, Path=SelectedSpatialReference}"
ShowVerticalCSDetails="{Binding Path=ShowVCS}"/>
