<Grid x:Name="LayoutRoot"> <Grid.RowDefinitions> <RowDefinition Height="10" ></RowDefinition> <RowDefinition Height="*" ></RowDefinition> <RowDefinition Height="30" ></RowDefinition> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="250" /> <ColumnDefinition Width="*"/> <ColumnDefinition Width="10" /> </Grid.ColumnDefinitions> <!-- Map Control --> <esri:Map x:Name="Map" Background="White" Grid.Row="1" Grid.Column="1"> .......
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.