I am working on this CodePen.
https://codepen.io/vntbstgk-the-decoder/pen/ZEPJBEE
I have created a side bar on right side which is over lapping on Zoom in/out buttons. Can I reposition these buttons to bottom right or if I could them all together?
Thanks.
Yes, try `view.ui.move("zoom", "bottom-right");`. See https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-UI.html#move
Btw, you can also use view.padding to change the padding of the map. That will move all controls.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.