ScintillaNET.WPF
ScintillaNET.WPF copied to clipboard
Setting focus within a DocumentForm object
Hi,
I am trying to set the logical focus and the keyboard focus within a DocumentForm object in WPF. This does not seem to work:
this.Scintilla.Scintilla.Focus ();
Keyboard.Focus (this.Scintilla);
Thanks!