Tagged Questions

0
votes
3answers
57 views

How to access controls on an inherited form?

Hi, I'm using the DockPanel Suite in my winforms app. The DockContent class is derived from System.Windows.Forms.Form class and my two forms, dockRounds and dockToolbox, inherit f …
0
votes
1answer
54 views

How to enable Drag & Drop for all the children controls

Hello, My situation is as follows, I have win-forms applications with DockPanel Suite and lots of controls, which cover the entire screen, I want to enable D&D of files from …
0
votes
2answers
1k views

Looking for fully managed WeifenLuo(DockPanel Suite) replacement or hints on implementing one

I need a WeifenLuo replacement that'll run on both .NET and Mono, on Windows, Linux and Mac, preferrably licensed under the MIT license. I'd appreciate if the API was similar to We …