Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5938223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:39:16+00:00 2026-05-22T15:39:16+00:00

I have the following xaml for the MS Bing Maps control. ZoomLevel is bound

  • 0

I have the following xaml for the MS Bing Maps control. ZoomLevel is bound to a property on the ViewModel called ‘ZoomLevel’.

<Microsoft_Phone_Controls_Maps:Map x:Name="routeMap"
                                   ZoomLevel="{Binding ZoomLevel}"
                                   Center="{Binding CurrentMapCenterPoint, Mode=TwoWay}"
                                   AnimationLevel="UserInput"
                                   HorizontalContentAlignment="Stretch"
                                   VerticalContentAlignment="Stretch">

Now when the map is first shown the level of zoom is correct – it can be set from the ViewModel, but when the user changes the resolution and then does another search and the ZoomLevel property in the ViewModel is changed it does not update the control in the View – the old level of zoom is still being used.

Any ideas why the ZoomLevel can not be changed from the ViewModel once the Bing Maps control has been rendered?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:39:16+00:00Added an answer on May 22, 2026 at 3:39 pm

    The answer is to make the binding two way for the ZoomLevel property:

    <Microsoft_Phone_Controls_Maps:Map x:Name="routeMap"
                                       ZoomLevel="{Binding ZoomLevel, Mode=TwoWay}"
                                       Center="{Binding CurrentMapCenterPoint, Mode=TwoWay}"
                                       AnimationLevel="UserInput"
                                       HorizontalContentAlignment="Stretch"
                                       VerticalContentAlignment="Stretch">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have the following XAML for my Grid control: <dxg:GridControl x:Name=DXGrid> <dxg:GridControl.Columns> <dxg:Column
I have the following XAML code as part of a custom control: <telerik:RadTreeView x:Name=treeModules>
I have the following XAML: <UserControl.Resources> <local:MainPageViewModel x:Key=ViewModel /> </UserControl.Resources> <Grid x:Name=LayoutRoot DataContext={Binding Source={StaticResource
Let's pretend I have the following xaml... <UserControl.Resources> <local:ViewModel x:Name=viewModel /> <local:LoadChildrenValueConverter x:Name=valueConverter />
I have the following XAML: <Grid x:Name=LayoutRoot Background=White DataContext={Binding Source={StaticResource MyDataKey}}> <TextBox Name=_myId Text={Binding
I have the following XAML: <Border x:Name=ClippingBorder VerticalAlignment=Stretch BorderThickness=0> <Border.Clip> <RectangleGeometry RadiusX=4.4 RadiusY=4.4 Rect={Binding
I have the following directory structure Project \Images +view.png control.xaml and in the control
Is this a known issue? I have the following XAML: <Grid x:Name=LayoutRoot> <Popup> <Slider
I have the following xaml for WPF ListBox control. I have customized it so
I have the following XAML: <DockPanel x:Name=OverViewContainer AllowDrop=True> <StackPanel Orientation=Horizontal DockPanel.Dock=Bottom HorizontalAlignment=Right> <uicommon:Toolbar DataContext={Binding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.