wally96334
wally96334
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!
Hi, This is a WPF app developed using Visual Studio 2017 Community on a Win 10 Pro system. This is the error that I am getting: ------------------------------------------------------- ``` INFO: Adding...
ScintillaNET.WPF has a feature for left-click hold on a tab and dragging the associated window from the app and dropping it for a separate editing window. In my app, I...