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
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.
I was wondering if you had any additional questions. Is there anything I can help you with?