I\'m trying to bind TextBox to double property of some object with UpdateSourceTrigger=PropertyChanged. The goal is to immediately dur
TextBox
double
UpdateSourceTrigger=PropertyChanged
Tried formatting the value with decimal places?
It may be weird though since you will then always have N decimal places.
If having fixed decimal places is not good enough, you may have to write a converter that treats the value as a string and converts it back to a double.