I just downloaded the newest Developer version of Experience Builder 1.17. Curious if I'm missing a setting or if we went backwards on the Draw widget. On version 1.16 the widgets tools where in two rows so the widget didn't have to be as wide
On version 1.17 all of the widgets are on one row, forcing me to make a widget super wide or creating a scroll bar at the bottom.
Why would ESRI put this all on one row forcing a scroll bar from left to right, this doesn't seam as user friendly then just putting it in multiple rows. I think if any widget has multiple tools like the draw widget it should automatically wrap the tools based on the width of the set widget window.
Hello @LindseyStone
This is a known issue for the draw widget in ExB. We have an ongoing work to make the draw widget responsive, where the tools can be collapsed into groups when the space is not enough to display all the tools. It will be delivered in the June release.
@Shen_Zhang since I'm working with the developer edition is there any lines of code that I could modify on the widget to make the tool layout look similar to v1.16? I'm new to experience builder so I haven't got the coding figured out to be able to modify things on my own.
I’m afraid not — this behavior comes from the Sketch widget in the ArcGIS Maps SDK. When you narrow the widget, the selection and drawing tools are always collapsed into grouped buttons, rather than wrapping to new lines. This behavior is controlled by the Sketch widget itself and isn’t something we can adjust from the Experience Builder side.
We’re currently working on including the undo, redo, and settings buttons in this grouping logic. In the next release, you’ll no longer see any buttons wrapping onto new lines — instead, they’ll always be collapsed into groups when the widget is narrow.