OpenGLControl Undocking Issue
- Dominant language
- C#
- Stars
- 804
- Forks
- 294
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
I have a Form with OpenGLControl inside (C# program).
Those are the properties:
_glcontrol.RenderContextType = RenderContextType.NativeWindow;
_glcontrol.RenderTrigger = RenderTrigger.TimerBased;
_glcontrol.OpenGLVersion = SharpGL.Version.OpenGLVersion.OpenGL4_4;
When the Window is undocked the OpenGLControl become White and I can't restore the control over the component.
Any idea in order to resolve this issue?
thank you very much
[]


(url)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.