<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Change widget direction (horizontal/vertical) within regions in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/1652581#M87641</link>
    <description>&lt;P&gt;Also am interested in exactly this topic.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Sep 2025 19:08:37 GMT</pubDate>
    <dc:creator>SebastianKrings</dc:creator>
    <dc:date>2025-09-23T19:08:37Z</dc:date>
    <item>
      <title>Change widget direction (horizontal/vertical) within regions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/525981#M49071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am adding widgets to my view like so:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;view&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;widget1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"top-left"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
view&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;widget2&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"bottom-right"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I noticed that the widgets on the top regions are stacked vertically and the widgets in the bottom regions are laid out horizontally. You can see a sample here:&amp;nbsp;&lt;A href="https://codepen.io/dschontz/pen/zgErxO" rel="nofollow noopener noreferrer" target="_blank"&gt;https://codepen.io/dschontz/pen/zgErxO&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can you set the flow of widgets on a per-region basis? For example, can I have the bottom-right region stack widgets vertically?&lt;/LI&gt;&lt;LI&gt;Can I have a region flow in both directions? For example, a couple widgets horizontally placed in the bottom-right corner, and another 2 widgets placed vertically above them so that they form a kind of "corner" on the map _|.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/525981#M49071</guid>
      <dc:creator>DavidSchontzler</dc:creator>
      <dc:date>2021-12-11T22:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change widget direction (horizontal/vertical) within regions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/525982#M49072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, great questions. The current behavior you are experiencing is the default behavior, and is by design. We are considering making this a configurable property at a later release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, you can place additional widgets manually using css.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-UI.html#add"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-UI.html#add&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample in action (using the "manual" position)&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/timeslider-filter/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/timeslider-filter/index.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 21:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/525982#M49072</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-08-02T21:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change widget direction (horizontal/vertical) within regions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/1326956#M82198</link>
      <description>&lt;P&gt;Hi Noah or whom that may concern -&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have a similar need and wonder if there's an update about this configuration after 4 years? That users can stack widgets added vertically at bottom-right; OR similarly, widgets at top-left with a horizontal layout.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 19:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/1326956#M82198</guid>
      <dc:creator>YirenWangDesigner</dc:creator>
      <dc:date>2023-09-08T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change widget direction (horizontal/vertical) within regions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/1652581#M87641</link>
      <description>&lt;P&gt;Also am interested in exactly this topic.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 19:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-widget-direction-horizontal-vertical-within/m-p/1652581#M87641</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2025-09-23T19:08:37Z</dc:date>
    </item>
  </channel>
</rss>

