icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.07k stars 770 forks source link

MDI Childwindow with SharpGL not sizable using mouse #835

Open Azzar2 opened 4 years ago

Azzar2 commented 4 years ago

I have a SharpGL.openGLControl control installed on a MDI ChildWindow in WinForms. Although the ChildWindow's border is sizable, it cannot be resized using the mouse as the mouse does not "catch" on the ChildWindow's border to extend them. If the SharpGL control is removed, then the ChildWindow's borders become sizable again. Would anyone have a suggestion how to circumvent this ? Thanks in advance.