I'm using the BasemapGallery from Esri.ArcGISRuntime.Toolkit.Maui. There's an AvailableBasemaps property. I'm trying to figure out a way to limit the number of basemaps added when the control is loaded with all of the basemaps. If anyone has some sample code for this, that would be greatly helpful. I'm able to remove basemaps using a button after they are loaded, but this need it to occur before all the basemaps load (better performance 😁). Thanks.