Windows Phone 8.1 WinRT set Button location on MapControl
问题 I want to set the Button on MapControl in my WP 8.1 app. The problem is the Button isn't on location of the element only is on top-left of the Map and it is moving. Location in binding is Geopoint. Here's my code: <Maps:MapControl x:Name="MapEvent" Grid.Row="1"> <Maps:MapItemsControl ItemsSource="{Binding}"> <Maps:MapItemsControl.ItemTemplate> <DataTemplate> <StackPanel> <Button Maps:MapControl.Location="{Binding Location}" Maps:MapControl.NormalizedAnchorPoint="0.5,0.5" Content="{Binding