<?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: 4.28 Basemap Gallery List View in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1415303#M84412</link>
    <description>&lt;P&gt;Anybody?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any examples of BasemapLayerList? Looks like that&amp;nbsp; has very different properties and it would be more effort than warranted just to switch from grid view to list view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another idea I heard is to modify the css. Again are there good examples or suggestions for how to proceed?&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Apr 2024 14:08:50 GMT</pubDate>
    <dc:creator>MichaelWen_Timmons</dc:creator>
    <dc:date>2024-04-25T14:08:50Z</dc:date>
    <item>
      <title>4.28 Basemap Gallery List View</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1414216#M84402</link>
      <description>&lt;P&gt;After I upgraded to JS API 4.28 my basemap gallery switched from list view to grid view. I didn't do anything to set styling before. How can I set the gallery back to list view?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 16:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1414216#M84402</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2024-04-23T16:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 Basemap Gallery List View</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1415303#M84412</link>
      <description>&lt;P&gt;Anybody?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any examples of BasemapLayerList? Looks like that&amp;nbsp; has very different properties and it would be more effort than warranted just to switch from grid view to list view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another idea I heard is to modify the css. Again are there good examples or suggestions for how to proceed?&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 14:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1415303#M84412</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2024-04-25T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 Basemap Gallery List View</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1416069#M84430</link>
      <description>&lt;P&gt;Hi Michael, if you set a max-width of 300px on the BasemapGallery's container then it should stay in the list view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example:&amp;nbsp;&lt;A href="https://codepen.io/annefitz/pen/rNbRZPP?editors=1000" target="_blank"&gt;https://codepen.io/annefitz/pen/rNbRZPP?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The BasemapLayerList widget is different - it does not allow you to switch basemap styles but instead displays the layers&amp;nbsp;&lt;EM&gt;within&lt;/EM&gt; your current basemap and allows you to toggle their visibility, similar to the LayerList widget.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 20:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1416069#M84430</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2024-04-26T20:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 Basemap Gallery List View</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1416704#M84437</link>
      <description>&lt;P&gt;Thanks for this. It should work for me.&lt;/P&gt;&lt;P&gt;Just one quick question - how do I reduce the padding between each basemap? Ideally I want them to be half of their current size.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 19:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1416704#M84437</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2024-04-29T19:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: 4.28 Basemap Gallery List View</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1416814#M84444</link>
      <description>&lt;P&gt;You could try:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.esri-basemap-gallery__item {
   border: none;
}&lt;/LI-CODE&gt;&lt;P&gt;All the CSS for the BasemapGallery is publicly available here if you need to make any other tweaks: &lt;A href="https://github.com/Esri/arcgis-js-api/blob/4master/assets/esri/themes/base/widgets/_BasemapGallery.scss" target="_blank"&gt;https://github.com/Esri/arcgis-js-api/blob/4master/assets/esri/themes/base/widgets/_BasemapGallery.scss&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 00:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-28-basemap-gallery-list-view/m-p/1416814#M84444</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2024-04-30T00:20:42Z</dc:date>
    </item>
  </channel>
</rss>

