SplitterPanel Background
Windows Forms
1
Posts
1
Posters
2
Views
1
Watching
-
Hello, I have a form which has SplitContainer with 2 SplitterPanels inside. One panel contains UserControl which I use 2 paint OpenGL graphics in which covers entire Panel. I wonder if there is a way to prevent Panel from painting its background since it creates unnecessary flickering because its entirely covered by OpenGl window anyway. I was thinking of overriding OnPaintBackground but unfortunately SplitterPanel class is NotInheritable. Thanks for your reply.