-
Notifications
You must be signed in to change notification settings - Fork 0
Developement notes
Gabriel Huot-Vézina edited this page Jan 9, 2026
·
13 revisions
- https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic1.html
- https://marketplace.visualstudio.com/items?itemName=Esri.ArcGISProSDKTemplates
For french/english terms, there is a small fix needed to be applied to the resources files, for them to work. Else it crashes indicating an error with x:static. https://stackoverflow.com/questions/9773610/staticextension-value-cannot-be-resolved
Having a style xaml meant for templating all the other xaml, does have a lot of convenience, but it seems like any margins defined in this main style file aren't applied. Margins needs to be defined within the original view xaml files.