Is it possible to give more than one control focus?

Hi,

Is it possible to give 2 controls Focus  I know this sounds strange, but i want 2 controls on my UI to respond to keystrokes. One control (textbox) needs to respond to left and right arrow keys, and a TreeView should handle the up and down keys.

Can this be done


Davy


Answer this question

Is it possible to give more than one control focus?

  • Paulcc

    No, but you can always catch the KeyDown or other events within textbox and send them to other control.
  • Is it possible to give more than one control focus?