Otiel / WpfMessageBox

A WPF message box, with optional features like custom buttons, textbox and checkbox.
MIT License
7 stars 2 forks source link

Focus on Input Text #2

Open cosminsg opened 4 years ago

cosminsg commented 4 years ago

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?

Otiel commented 4 years ago

I'll see if I can make this the default behavior.