jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
963 stars 243 forks source link

STOP drag drop on windows #532

Open wally96334 opened 1 year ago

wally96334 commented 1 year ago

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 cannot allow that to happen.

Can you PLEASE tell me how to shut that off?

THANKS!