How to set the focus on an TextBox element in WPF
TextBox
I have this code:
txtCompanyID.Focusable = true; txtCompanyID.Focus();
try FocusManager.SetFocusedElement
FocusManager.SetFocusedElement(parentElement, txtCompanyID)