Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
XamZoomBar Range property binding UpdateSourceTrigger=PropertyChanged
posted

I am trying to update some of my UI elements instantly when user moves with the XamZoomBar. I've binded to the Range property. The binding is working just not instantly, I mean the property is updated only when the user finishes the operation (end of move, mouse up). I would like to have updated with all values, and display these value _during_ the user moves the zoombar. I've tried using UpdateSourceTrigger=PropertyChanged with no success.

Thx in advance

Parents
No Data
Reply
  • 12875
    posted

    Hi Justin,

     

    You are correct the bound range value is not updated until the XamZoombar move has completed.  The values you are looking for are passed in the ZoomChanging event arguments.

Children