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
Try using StringFormat on your binding:
Not sure if that string format is even right since I've not done one for a while but it's just an example