<?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: Sizing to fit the screen in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16340#M408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's exactly the way I thought it should be, but it doesn't work for me. The map ends up being collapsed to almost nothing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 14:12:50 GMT</pubDate>
    <dc:creator>DonFreeman</dc:creator>
    <dc:date>2010-05-14T14:12:50Z</dc:date>
    <item>
      <title>Sizing to fit the screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16338#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I could use some help setting up my Silverlight based map to fit the screen regardless of the users screen resolution. My situation is this: The Silverlight map is hosted in a grid containing 3 rows and 3 columns. The map is in the second column second row (center cell). I want to set the width of the first column(0) to a fixed width of 250 and the width of the third column to 10.&amp;nbsp; I want the second column to float to take the remainder of the available screen and the map to fill the column it is in. All of my attempts to use auto width options and width="*" etc. have resulted in a tiny map and the grid collapsed to fit it. The only way I can get a decent sized map is to set a fixed width for the center column which leaves unused space on the screen if the user has a higher resolution monitor. What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 21:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16338#M406</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2010-05-12T21:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing to fit the screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16339#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks working for me with something like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;Grid x:Name="LayoutRoot"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Grid.RowDefinitions&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RowDefinition Height="10" &amp;gt;&amp;lt;/RowDefinition&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RowDefinition Height="*" &amp;gt;&amp;lt;/RowDefinition&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RowDefinition Height="30" &amp;gt;&amp;lt;/RowDefinition&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Grid.RowDefinitions&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Grid.ColumnDefinitions&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ColumnDefinition Width="250" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ColumnDefinition Width="*"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ColumnDefinition Width="10" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Grid.ColumnDefinitions&amp;gt;
 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Map Control --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map x:Name="Map" Background="White" Grid.Row="1" Grid.Column="1"&amp;gt;
.......
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rows/Columns 0 and 2 have fixed sizes and the map in row 1/Column 1 is using the remaining space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Dominique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16339#M407</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-10T20:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing to fit the screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16340#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's exactly the way I thought it should be, but it doesn't work for me. The map ends up being collapsed to almost nothing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 14:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16340#M408</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2010-05-14T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing to fit the screen</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16341#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For anyone interested, I did find the answer to this problem. I had 2 grids and a stackpanel nested together. The problem was solved by removing the inside grid and stack panel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 18:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/sizing-to-fit-the-screen/m-p/16341#M409</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2010-05-17T18:48:27Z</dc:date>
    </item>
  </channel>
</rss>

