Tiling Panes

832
2
03-15-2017 03:14 PM
ThomasCox
Occasional Contributor

I have an application that allows the user to create various map panes.  I am looking for a method that will allow these panes to be 'tiled' on the screen so they can be viewed simultaneously.  I have looked at the Pane Class in the API reference and see a comment in the remarks section that states:

   You can open many panes at the same time and these can be grouped or tiled

I have looked at the PaneCollection class thinking the 'tiling' capability might exist there.  Perhaps this tiling ability exists as a command in Pro itself.  If it does, I have not been able to locate it.

I have included an example of the type of result I am looking for.

Any assistance is appreciated.

0 Kudos
2 Replies
UmaHarano
Esri Regular Contributor

Hi Thomas

it is not possible to tile the panes using the API.  But if you save your project with your Panes tiled, when you re-open the project the arrangement of the Panes will be restored.

Thanks

Uma

ThomasCox
Occasional Contributor

Thanks for info Uma.

0 Kudos