Hi,
I have 5 dockpanes that I have made that I want to dock together (if more than one is visible), is this possible? I know you can dock with ESRI dockpanes - but what about your own dockpanes?
Also can you dock the first dockpane (that's made visible) to dock at the bottom of a MapPane? Not the whole of the bottom of the Pro application?
Kind regards
Hi Simon,
Have you tried to set docking attributes(dock="group" dockWith="esri_core_contentsDockPane") in config.daml file?
Enter your own dockpane id instead of esri_core_contentsDockPane.
More info here:
https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Dockpanes
but I have no way of knowing which dockpane I should dock with - there a 5 dockpanes so any of those could dock with any other of those if you see what I mean.
Just so you know, I tried the dockwith with my own dockpane ids - between two dockpanes so they would dock with each other and vice-versa - but that did not work.