Hi all.
I'm new to ArcGIS Pro SDK. I'm using a MapControl to view my map. I place it inside a normal pane. I activate this pane, but MapView.Active still return null.
I know that i can use Panes.CreateMapPaneAsync to create a new MapPane, but i want to put some controls inside pane through XAML, so i want a custom pane to display the map.
Is there any way to make the pane with MapControl as active MapView? Or any way to use map tool with MapControl? Or use MapControl and re-build all geometry drawing from scratch? But many mouse events (DoubleClick, Down, Up,...) not work on MapControl, is there any API to edit geometry in MapControl?
Or is it possible to create a custom MapPane base on XAML?
Thanks.
Hi @MinhHoangf ,
Could you please clarify what you're trying to achieve? What is the targeted workflow and what are your requirements?