<?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: Make a button/menu/legend collapsable in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1640262#M20373</link>
    <description>&lt;P&gt;I've been messing around with this for way too many hours today, and can't figure out a solution to replicate the behaviour in the example provided (&lt;A href="https://experience.arcgis.com/experience/5764b91c4c8a461693487c17b8859976/page/Page-1" target="_blank" rel="noopener"&gt;https://experience.arcgis.com/experience/5764b91c4c8a461693487c17b8859976/page/Page-1&lt;/A&gt;).&lt;BR /&gt;&lt;BR /&gt;How were they able to add the legend button (presumably controlling a sidebar) as a collapsible/expandable widget without blocking out the screen real estate underneath the expanded legend? When the legend is collapsed in the example, the area of the map directly underneath the legend is fully interactive, whereas when I try to implement something similar, it results in a dead zone. I've tried both AGOL and Enterprise 11.3 and can't figure out how to pull off a collapsible sidebar that doesn't block the "saved" real estate underneath where it will appear.&lt;BR /&gt;&lt;BR /&gt;Appreciate any ideas!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Derrick&lt;/P&gt;</description>
    <pubDate>Fri, 08 Aug 2025 04:54:41 GMT</pubDate>
    <dc:creator>DerrickHambly</dc:creator>
    <dc:date>2025-08-08T04:54:41Z</dc:date>
    <item>
      <title>Make a button/menu/legend collapsable</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1089588#M2609</link>
      <description>&lt;P&gt;I am trying to make a legend collapsable (not using a sidebar), similar to the legend on &lt;A href="https://experience.arcgis.com/experience/5764b91c4c8a461693487c17b8859976/page/page_0/" target="_self"&gt;this experience.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Similarly, I would like to have a button that expands with links/view options/etc when it is hovered over or clicked on. Think like how a folder in a bookmark bar expands for more options when you click on it.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 13:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1089588#M2609</guid>
      <dc:creator>DerrickSalvatore</dc:creator>
      <dc:date>2021-08-17T13:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Make a button/menu/legend collapsable</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1623479#M19295</link>
      <description>&lt;P&gt;In the example you provided the legend appears to be a sidebar that appears from the top. You can arrange a sidebar widget from the top, bottom, left, or right.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 16:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1623479#M19295</guid>
      <dc:creator>Erik_MontgomeryPlanning</dc:creator>
      <dc:date>2025-06-13T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Make a button/menu/legend collapsable</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1640262#M20373</link>
      <description>&lt;P&gt;I've been messing around with this for way too many hours today, and can't figure out a solution to replicate the behaviour in the example provided (&lt;A href="https://experience.arcgis.com/experience/5764b91c4c8a461693487c17b8859976/page/Page-1" target="_blank" rel="noopener"&gt;https://experience.arcgis.com/experience/5764b91c4c8a461693487c17b8859976/page/Page-1&lt;/A&gt;).&lt;BR /&gt;&lt;BR /&gt;How were they able to add the legend button (presumably controlling a sidebar) as a collapsible/expandable widget without blocking out the screen real estate underneath the expanded legend? When the legend is collapsed in the example, the area of the map directly underneath the legend is fully interactive, whereas when I try to implement something similar, it results in a dead zone. I've tried both AGOL and Enterprise 11.3 and can't figure out how to pull off a collapsible sidebar that doesn't block the "saved" real estate underneath where it will appear.&lt;BR /&gt;&lt;BR /&gt;Appreciate any ideas!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Derrick&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 04:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1640262#M20373</guid>
      <dc:creator>DerrickHambly</dc:creator>
      <dc:date>2025-08-08T04:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Make a button/menu/legend collapsable</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1640349#M20376</link>
      <description>&lt;P&gt;To add to my previous comment - I was able to mimic a sidebar using a button that launches a legend window with an xy offset to place it on top of the button. The window contains a second button that can be used to close the window. I'm assuming this is what was done in the CalEnviroScreen example, but would still be curious to know if there is a way to use a sidebar instead without having a dead area.&lt;/P&gt;&lt;P&gt;Unfortunately this sidebar workaround isn't possible in Enterprise 11.3 since offset windows are not available, but it works well in AGOL.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DerrickHambly_0-1754661907711.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138140i229E4632A23566B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DerrickHambly_0-1754661907711.png" alt="DerrickHambly_0-1754661907711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DerrickHambly_1-1754661928701.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138141i10F8AB1615EB3244/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DerrickHambly_1-1754661928701.png" alt="DerrickHambly_1-1754661928701.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 14:09:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/make-a-button-menu-legend-collapsable/m-p/1640349#M20376</guid>
      <dc:creator>DerrickHambly</dc:creator>
      <dc:date>2025-08-08T14:09:50Z</dc:date>
    </item>
  </channel>
</rss>

