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.
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
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.