I am using a XamMaskedEditor inside of a stack panel and cannot set the focus to it. When I check the control's Focusable property, it is set to false meaning I can never set the focus to it. This is a must for this application as my customer requires that the focus be set so the user can just simply start entering without having to move the mouse and click on the control to edit it. I am able to set the focus to plain WPF controls. Any thoughts? Thank you.
I found my own mistake. I was trying to set focus to a similarly named control. This works just fine.
Hello Mike,
I am really glad that you manage to resolve this issue. If you still have any concerns on this matter please feel free to ask.