Tagged Questions
1
vote
1answer
574 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
749 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
573 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
731 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
36 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
501 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
561 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 ...