Bug ID Number |
BUG-000170846 |
Submitted | September 18, 2024 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Experience Builder |
Version found | N/A |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The Card widgets are set to custom heights in pixels, with their total height adding up to a fixed number. This configuration allows the Section widget to maintain a fixed height, preventing unwanted space at the bottom of the page.
To set specific aspect ratios like 1:1 or 1:2 for the Section widget, the height of the inner widgets must be set as custom percentages instead of fixed pixel values. For example, with four images in one view, each image is set to 20% height and positioned at 5%, 30%, 55%, and 80% from the top, with 5% spacing between them.
It is also important to set the Block widget containing the Section widgets to auto height; otherwise, the section may be cut off.
Workaround
Use a fixed page in ArcGIS Experience Builder, as the issue is specific to the scrolling page.
Steps to Reproduce