I tried binding the Value of a DoubleUpDown to a Property that fires PropertyChanged-events. If I set the binding to mode=OneWay, it would only retrieve the value once. Only after I added a setter to the Property and changed the mode to TwoWay, it would work as expected (and as it worked before, when i had a normal TextBox)
Comments: ** Comment from web user: emartin **
Comments: ** Comment from web user: emartin **
Fixed in v2.0.
Be aware that, just like the TextBox, once the user modify the DoubleUpDown value, the binding will be overriden by a local value.