I am using a WindowsFormsHost
to host a WF ComboBox
in my WPF application
I'd like to set the focus
of the keyboard to be inside of the ComboBox
's TextBox
via my C# code
I've tried things like myComboBox.focus()
but haven't had any luck
Can anyone point me in the right direction? Thanks