If I use a WpfMessageBox with IsTextBoxVisible = true, when I run the Show Method, the TextBox is not focused and the user has to click on it in order to be able to type into the box.
Is there a way to focus automatically on the TextBox of the WpfMessageBox in order to ease up the process?
If I use a WpfMessageBox with IsTextBoxVisible = true, when I run the Show Method, the TextBox is not focused and the user has to click on it in order to be able to type into the box. Is there a way to focus automatically on the TextBox of the WpfMessageBox in order to ease up the process?