Tagged Questions

1
vote
1answer
741 views

DockPanel Suite : Open Document-tab Location?

We're revamping our winforms user interface to use the Weifen Luo DockPanel Suite and since our old UI didn't have tabs, we would like to show a ballon tooltip when a new window is docked to the ...
1
vote
1answer
569 views

Free docking controls that can be docked into third party app

I have a application(not mine) that uses AxXtremeDockingPane by CodeJock to add dockable panels to the application. AxXtremeDockingPane has a method called AttachToWindow(int handle) which when ...
1
vote
3answers
728 views

How to access controls on an inherited form?

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 from the DockContent ...
1
vote
2answers
3k 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 WeifenLuo's, but I ...
0
votes
1answer
560 views

How to enable Drag & Drop for all the children controls

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 the windows explorer to the ...