Bug ID Number |
BUG-000172458 |
Submitted | November 21, 2024 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Experience Builder developer edition |
Version found | 1.15 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
The best way to solve this problem is to use pixels to control the size and position of the Widget Controller widget.
Try the following.
1. Add a blank fullscreen page.
2. Add a Map widget onto the canvas. Enable all the tools the Map widget offers.
3. Add a Widget Controller widget onto the canvas. Fill it with widgets, choose a vertical direction, and place it on the left side near the map tools.
4. Set the unit of the controller's distance from the left and top from % to px.
5. Save and observe.
Additional content, unit options:
px - The absolute value in pixels.
% - The percentage of the container's width and height.
Workaround
There is the option to use a Fixed Panel widget arrangement of the Widget Controller widget and place it as far as possible from the map tools in the map but it does not look aesthetically good.
Steps to Reproduce