Hello i want to place the Bing Map in the 1st HubSection but i get a very small box containing the map instead of having the whole Section.
<HubSection Width="780" Margin="0,0,80,0">
<DataTemplate>
<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
<bm:MapCredentials="key" x:Name="myMap" MapType="Aerial" ZoomLevel="9.5">
<bm:Map.Center>
<bm:Location Latitude="35.1" Longitude="33.33333333" />
</bm:Map.Center>
</bm:Map>
</Grid>
</DataTemplate>