<?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: Expand grouped layers in Layers Widget by default - Experience Builder (ExB) in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1615764#M19009</link>
    <description>&lt;P&gt;This is really helpful, however it would be even more helpful if the user can set which specific layers are to be expanded, not just all.&lt;/P&gt;</description>
    <pubDate>Sun, 18 May 2025 05:40:14 GMT</pubDate>
    <dc:creator>JustinOdell</dc:creator>
    <dc:date>2025-05-18T05:40:14Z</dc:date>
    <item>
      <title>Expand grouped layers in Layers Widget by default - Experience Builder (ExB)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1130227#M3443</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Are you able to expand grouped layers in the Layers Widget in Experience Builder (ExB) by default? And further to that, can you expand some by default and keep others collapsed? Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ExB_Expand_Layers_by_Default.png" style="width: 320px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30679i09FA624482576DB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ExB_Expand_Layers_by_Default.png" alt="ExB_Expand_Layers_by_Default.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Jamie.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 05:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1130227#M3443</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2022-01-04T05:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expand grouped layers in Layers Widget by default - Experience Builder (ExB)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1130332#M3448</link>
      <description>&lt;P&gt;I understand this could be possible with custom widgets in the Developer Edition of ExB, with some coding:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/experience-builder" target="_blank"&gt;https://developers.arcgis.com/experience-builder&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Alternatively, please feel free to post this in ArcGIS Experience Builder Ideas as well:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-ideas/idb-p/arcgis-experience-builder-ideas" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-ideas/idb-p/arcgis-experience-builder-ideas&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Kanin&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;&lt;EM&gt;If this answer solved your question, please mark it as "Accept as Solution" to help others who have the same question.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 15:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1130332#M3448</guid>
      <dc:creator>Kanin</dc:creator>
      <dc:date>2022-01-04T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expand grouped layers in Layers Widget by default - Experience Builder (ExB)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1178439#M4521</link>
      <description>&lt;P&gt;&lt;BR /&gt;In the LayerList , in&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;listItemCreatedFunction&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;event&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;you should be able to set:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;item&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;layer&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt; == &lt;/SPAN&gt;&lt;SPAN&gt;'group'&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;item&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;layer&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ariaExpanded&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;true&amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt;not working?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;item&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;layer&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;open&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;true&amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt; not working??&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;item.layer.title= "this is a group"&amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; rename your group layer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;item.layer.visible= false&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;item.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;visibilityMode: "exclusive"&amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; make children radiobuttons&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;item&lt;/SPAN&gt;&lt;SPAN&gt;.layer.&lt;/SPAN&gt;&lt;SPAN&gt;listMode&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;'hide'&amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; this hides the legend patch&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;item.panel.open = true&amp;nbsp; &amp;lt;&amp;lt; ?? not sure ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 May 2022 06:52:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1178439#M4521</guid>
      <dc:creator>FredericPoliart_EsriAU</dc:creator>
      <dc:date>2022-05-31T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expand grouped layers in Layers Widget by default - Experience Builder (ExB)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1310076#M7664</link>
      <description>&lt;P&gt;I know this is an older post but this is a feature I could use.&amp;nbsp; It didn't look like anyone added this to the ArcGIS Ideas website so I went ahead and created one.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-ideas/expand-grouped-layers-by-default/idi-p/1310073/highlight/true" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-ideas/expand-grouped-layers-by-default/idi-p/1310073/highlight/true&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 15:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1310076#M7664</guid>
      <dc:creator>lmurrayADOT</dc:creator>
      <dc:date>2023-07-20T15:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expand grouped layers in Layers Widget by default - Experience Builder (ExB)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1590566#M17664</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This is supported now in the Map Layers widget with the recent Feb 2025 AGOL release:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TonghuiMing_0-1740728391896.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/126628i4E22E927CA22B25D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TonghuiMing_0-1740728391896.png" alt="TonghuiMing_0-1740728391896.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 07:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1590566#M17664</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2025-02-28T07:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expand grouped layers in Layers Widget by default - Experience Builder (ExB)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1615764#M19009</link>
      <description>&lt;P&gt;This is really helpful, however it would be even more helpful if the user can set which specific layers are to be expanded, not just all.&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2025 05:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expand-grouped-layers-in-layers-widget-by-default/m-p/1615764#M19009</guid>
      <dc:creator>JustinOdell</dc:creator>
      <dc:date>2025-05-18T05:40:14Z</dc:date>
    </item>
  </channel>
</rss>

