Tagged Questions

The Weifenluo DockPanel Suite is an open source library that extends the .NET WinForms API to support forms that can be interactively docked by a user to customise their application UI layout.

learn more… | top users | synonyms

35
votes
3answers
1k views

Recommendations for a docking library for Delphi / C++Builder?

My team is currently thinking of moving our existing MDI-based application to a more modern, docking-based approach. We're still thinking, but we'd like to move it to something like VS2010's docking ...
1
vote
1answer
573 views

Weifenluo Dock Panel Suite: Float windows using their design size?

How can I make floating windows use their design size (and not the Dock Panel Suite's default size) with the Weifenluo Dock Panel suite? Hint: I tried a proposition from the Dock Panel Suite forums ...
1
vote
1answer
747 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
572 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
730 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
0answers
44 views

Dockpanel suite in Linux [closed]

I would like to use dockpnael suite in Linux platform. Is there any way to modify the source code of dockpanel so that it can be used in Linux platform with all its features like drag and drop and ...
0
votes
0answers
35 views

DockPanelSuite .Can I hide/Disable x and down arrow + tab header

Really like the free Dockpanelsuite.New to it and was wondering if possible. I would like to hide the x and down arrow + tabheader Is this possible? Thanks
0
votes
1answer
499 views

How to add DockContent into DockPane using DockPanel Suite

As the title. For example I have multi chat rooms with multiple userlist. I added all the userlist onto the right dock. Problem is if the user changes the userlist into bottom dock, I'll still be ...
0
votes
1answer
25 views

DisposedObjectException in VB

I am using the DockPanel Suite from SourceForge and whenever I open a document and close it, but open it again, I get a an error saying "Cannot access a disposed object". What can I do to stop this ...
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 ...