In ArcGIS Experience Builder, the List widget with height set to auto removes the last item in the list when contained in a row.
上次发布: July 29, 2022ArcGIS Experience Builder
漏洞 ID 编号
BUG-000148955
已提交
May 3, 2022
上次修改时间
August 5, 2025
适用范围
ArcGIS Experience Builder
找到的版本
N/A
操作系统
Chrome OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is because the List widget is cut off by its parent container, the Row widget. If the widgets are placed in a scrolling page, the parent widget can be set to auto-height, but this is not suitable for full-screen pages (fixed height) and List widgets (auto-height is limited to one screen height). When a list is placed inside a Row widget, it is recommended to set its height with a custom or a stretch.