Dear Gurus!
I would like to implement MapScale control as it done in arcgis Desktop.
I put on View ComboBox , bind SelectedValue of ComboBox to SelectedMapScale in MapViewModel.
In arcObjects I did this as follows:
axMapControl1.MapScale = SelectedMapScale ;
How to set the desired map scale with arcgis API for WPF?