Nathan Russell

Results 5 comments of Nathan Russell

Sorry to bring up an old issue, but was this ever addressed?

More of a workaround than a fix but I hope I can help. You might have already tried something like this, but I think what you might have to do...

@EmanuelFeru this issue was never fixed, see [this issue](https://github.com/dockpanelsuite/dockpanelsuite/issues/513). I found that the [Krypton Toolkit](https://github.com/Krypton-Suite/Standard-Toolkit) works very well for Windows Forms docking with display scaling above 100%, I'd recommend it.

@EmanuelFeru It is a C# library to be used with Windows Forms. One of the components is a good docking system. Have a look at [this](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/tree/master/Source/Krypton%20Docking%20Examples) for examples of docking...

If the DockPanel is flickering, your best bet might be to double buffer the control. This stackoverflow comment contains a method to do this, that seems to do the trick...