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: jh0ker **
Comments: ** Comment from web user: jh0ker **
Yea but I set it to read only, so thats not a problem. In that case, i just use it for easy formatting of currencies (and yes, i am aware that i should use decimalupdowns for financial stuff). Is there a better solution for that? Also: How can i get v2.0 or maybe just the fix for compiling it myself?