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)
↧