<?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: Xaml in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1502676#M12864</link>
    <description>&lt;P&gt;It is difficult to tell from what you posted.&amp;nbsp; But Grid has HorizontalOptions and Margin settings.&amp;nbsp; These work together to line up a grid on a page&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 18:50:30 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2024-07-08T18:50:30Z</dc:date>
    <item>
      <title>Xaml</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1499488#M12844</link>
      <description>&lt;P&gt;Can a grid can be clipped to the right side of the screen? We have tried to make a list inside a grid but the list is coming on the left side always.&amp;nbsp;&lt;BR /&gt;The code is given below&lt;/P&gt;&lt;P&gt;&amp;lt;Grid&amp;gt;&lt;BR /&gt;&amp;lt;Frame x:Name="ListForLogOut"&lt;BR /&gt;IsVisible="False"&lt;BR /&gt;BackgroundColor="#FF383838"&lt;BR /&gt;HeightRequest="200"&lt;BR /&gt;WidthRequest="170"&lt;BR /&gt;Padding="5"&lt;BR /&gt;CornerRadius="5"&lt;BR /&gt;AbsoluteLayout.LayoutFlags="PositionProportional"&lt;BR /&gt;AbsoluteLayout.LayoutBounds="1,0.08,AutoSize,AutoSize"&amp;gt;&lt;BR /&gt;&amp;lt;StackLayout Spacing="10" Margin="2"&amp;gt;&lt;BR /&gt;&amp;lt;Button Text="Add Feature"&lt;BR /&gt;BackgroundColor="Transparent"&lt;BR /&gt;TextColor="White"&lt;BR /&gt;HeightRequest="22"&lt;BR /&gt;Padding="0,5,0,0"&lt;BR /&gt;FontSize="12"&lt;BR /&gt;CornerRadius="10"&lt;BR /&gt;HorizontalOptions="Start"&lt;BR /&gt;Clicked="onAddButtonClicked"/&amp;gt;&lt;BR /&gt;&amp;lt;BoxView HeightRequest="0.5" Color="Gray" HorizontalOptions="FillAndExpand"/&amp;gt;&lt;BR /&gt;&amp;lt;Button Text="Select Editable layer"&lt;BR /&gt;BackgroundColor="Transparent"&lt;BR /&gt;TextColor="White"&lt;BR /&gt;HeightRequest="22"&lt;BR /&gt;Padding="0,5,0,0"&lt;BR /&gt;FontSize="12"&lt;BR /&gt;CornerRadius="10"&lt;BR /&gt;HorizontalOptions="Start"&lt;BR /&gt;Clicked="OnSelectEdiableLayerClicked"/&amp;gt;&lt;BR /&gt;&amp;lt;BoxView HeightRequest="0.5" Color="Gray" HorizontalOptions="FillAndExpand"/&amp;gt;&lt;BR /&gt;&amp;lt;Button Text="logout"&lt;BR /&gt;BackgroundColor="Transparent"&lt;BR /&gt;TextColor="White"&lt;BR /&gt;HeightRequest="22"&lt;BR /&gt;Padding="0,5,0,0"&lt;BR /&gt;FontSize="12"&lt;BR /&gt;CornerRadius="10"&lt;BR /&gt;Clicked="OnLogoutButtonClicked"&lt;BR /&gt;HorizontalOptions="Start"/&amp;gt;&lt;BR /&gt;&amp;lt;BoxView HeightRequest="0.5" Color="Gray" HorizontalOptions="FillAndExpand"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/StackLayout&amp;gt;&lt;BR /&gt;&amp;lt;/Frame&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;Frame x:Name="dropdownFrame"&lt;BR /&gt;IsVisible="False"&lt;BR /&gt;BackgroundColor="#FF595959"&lt;BR /&gt;BorderColor="Gray"&lt;BR /&gt;Padding="10"&lt;BR /&gt;CornerRadius="5"&lt;BR /&gt;AbsoluteLayout.LayoutFlags="PositionProportional"&lt;BR /&gt;AbsoluteLayout.LayoutBounds="0.265,0.1,AutoSize,AutoSize"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;StackLayout x:Name="RadioButtonStackLayout"&lt;BR /&gt;VerticalOptions="CenterAndExpand"&lt;BR /&gt;HorizontalOptions="CenterAndExpand"&amp;gt;&lt;BR /&gt;&amp;lt;!-- Radio buttons will be added here dynamically --&amp;gt;&lt;BR /&gt;&amp;lt;/StackLayout&amp;gt;&lt;BR /&gt;&amp;lt;/Frame&amp;gt;&lt;BR /&gt;&amp;lt;/Grid&amp;gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-06-29 115608.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108388i9AC1884D54B5748B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-06-29 115608.png" alt="Screenshot 2024-06-29 115608.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2024 06:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1499488#M12844</guid>
      <dc:creator>NagaMaheshBabupolana</dc:creator>
      <dc:date>2024-06-29T06:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Xaml</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1502676#M12864</link>
      <description>&lt;P&gt;It is difficult to tell from what you posted.&amp;nbsp; But Grid has HorizontalOptions and Margin settings.&amp;nbsp; These work together to line up a grid on a page&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 18:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1502676#M12864</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2024-07-08T18:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Xaml</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1503422#M12869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Set for dropdownFrame&amp;nbsp;HorizontalOptions="End"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 10:23:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1503422#M12869</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-07-10T10:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Xaml</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1591145#M13340</link>
      <description>&lt;P&gt;Hi i have another issue can u help me out.I am using change base map code for my app from the arcgis samples maui application installed from playestore. I am using that sample code.At first i got all the base maps.Now only one is present even in the sample code that is Imagery.How to get all basemaps?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 08:12:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xaml/m-p/1591145#M13340</guid>
      <dc:creator>NagaMaheshBabupolana</dc:creator>
      <dc:date>2025-03-03T08:12:47Z</dc:date>
    </item>
  </channel>
</rss>

