Create UI that resembles standard ArcGIS Pro UI

340
1
12-01-2020 02:22 AM
Robert_van_Gilst
New Contributor III

Hi,

I would like to create UI that rembles other UI elements in ArcGIS Pro.

I've looked at the style guide https://github.com/Esri/arcgis-pro-sdk/wiki/proguide-style-guide but cannot find the infomation that helps me with this challenge.

I am creating at DockPanel that calls a GP-tool. I would like to display the results from this tool in the Dockpanel a'la Messages in Share a Web Layer or like the History view. 

Robert_van_Gilst_0-1606817636032.png

Robert_van_Gilst_1-1606817643957.png

I would like to reuse controls and standard images where it is possible.

If this can be done, is there someone who can point me in the right direction 🙂

Robert

0 Kudos
1 Reply
Wolf
by Esri Regular Contributor
Esri Regular Contributor

The Pro SDK provides some of the user controls that you are looking for here:  ProConcepts Framework · Esri/arcgis-pro-sdk Wiki (github.com)

For the standard controls (like listbox, etc.) you can use the style guide  (you referenced above) to achieve a Pro look & feel.   In addition we started to provide more complex Pro custom controls here: Map Authoring UI controls .  We are adding more Pro user controls with each release.

0 Kudos