WPF Non-Nullable Databinding to default a cleared TextBox?
I have a WPF TextBox, with the Text property bound to an int value (non nullable).When the form loads, the text box has a 0 in it.Is there any way to make this textbox default to empty?
问答
阅读(2)