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.
0
votes
1answer
29 views
Dockpanel Suite and passing data across multiple forms
Hi I couldn't find anything that referenced exactly what I was looking for. I have seen many examples on sites of passing data between two forms such as
how to pass values from one form to another
...
0
votes
1answer
19 views
Validating XML layout for DockPanel
I got some errors while loading corrupted xml layouts for DockPanel, so I'm trying to code a function to assure that the xml layout is correct before loading it with LoadFromXml. Is there any XSD file ...
0
votes
1answer
92 views
DisposedObjectException after closing DockContent document
I am seeing so odd behavior with DockPanelSuite when I close my documents. When I click the close 'X' at the top right of the documents the top document closes as expected (calls FormClosing event ...
0
votes
1answer
92 views
Handling Event - form/control not updating?
First off, I do not work with winform development full time so don't bash me too bad...
As the title somewhat depicts, I am having an issue refreshing the controls on a form after an event has been ...
0
votes
1answer
209 views
Loading a WeifenLuo DockPanel Suite layout from XML
I am currently working on a project where I have implemented the DockPanel suite and I am now trying to load the user's layout back from an XML file. The DockPanel object has methods LoadFromXml and ...
2
votes
1answer
300 views
DockPanelSuite's DockState and AutoHide
Working with DockState and AutoHide, I am looking for the following things:
Find out if the DockContent is in AutoHide mode
Ability to toggle between 'regular' and AutoHide mode.
Trigger an event ...
1
vote
1answer
519 views
Calling up DockPanel-Suite's “AutoHidden” DockContent programmatically
I am having trouble causing an 'autohide' dock to appear programmatically.
Couldn't find any answer around the net, though the following SO Question suggested that .Show() should have done the trick
...
0
votes
1answer
397 views
DockPanel Suite - DockContent visibility
A form contains a DockPanel with an instance of DockContent which has DockState=DockState.DockBottomAutoHide and it acts as a logger view - like Visual Studio's Error list panel. So, when a logging ...
2
votes
1answer
449 views
Is WeifenLuo DockPanel Suite applicable to an MDI environment only?
My point is - as I see in WeifenLuo DockPanel suite samples - there is used only MDI environment.
But if I want to use docking inside of a child-form, can I?
2
votes
2answers
243 views
How to deny to a panel to be dragged using WeifenLuo DockPanel Suite
I've started to use WeifenLuo's DockPanel suite, which seems to be very helpful. Anyway here is an issue, which I can't solve: I need to create an VS-like UI - which should contain an "toolpanel", ...
1
vote
1answer
340 views
Get child panels of a panel in WeifenLuo 2.5.0.0
I want to create several DockContent s to my window at runtime. Also all contents should be visible to the user at the same time. I only want to add contents to the top and bottom side. So how do I ...
1
vote
0answers
217 views
DockLeft custom size
I am trying to set DocContent DockLeft to custom size but it is not working. Can anyone suggest how to accomplish this?
I was testing this code but it ends up with default width 404 not 700 as I set.
...
0
votes
1answer
343 views
How to Show the Form's Own Icon on a Floating Window using DockPanel and its Extender?
With the Weifen Luo DockPanel component, one can add to their .net project the ability to dock forms within other forms. The component is very well done.
Now, I see from this page at the project ...
0
votes
0answers
208 views
how to refresh dock panel in WeifenLuo(Dock Panel Suite)
I have used WeifenLuo(Dock Panel Suite) for docking the grids, The problem is when im editing the list by opening a child window and updating the content from a dialog box.the changes does not ...
1
vote
1answer
733 views
Only one DockContent in DockPanel
Here is how my setup looking:
This is the DockPanel suite. The white area is dockPanel visual component I has dropped on form. I don't need any docking, nested docking, droppable tabs, etc. I just ...
1
vote
2answers
2k views
Using WeifenLuo DockPanel Suite
I have just downloaded the WeifenLuo(Dock Panel Suite) and trying to work with that but I couldn't find a specific documentation on how to use it.
And I have gone through some of the SO questions and ...
0
votes
3answers
213 views
How can I use dockpanel in Linux/Mono with all its features?
I would like to use dockpnael suite in Linux or Mono platform. I heard that there is some methods to modify the source code of dockpanel so that it can be used in Linux platform with all its features ...
0
votes
0answers
120 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
1answer
252 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
2answers
471 views
DockPanel disable close button
I am using DockPanel suite. I need to disable the Close button of the DockPanel. I found that:
dockPanel1.CloseButtonVisible = false;
will remove close button. But in my dockpanel there is no ...
1
vote
1answer
961 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
2answers
594 views
Getting current Tab/Document in DockPanel Suite
I'm using the DockPanel Suite by Weifen Luo in a little project (webbrowser) and have managed to be able to create tabs and navigate the webbrowser element inside each tab.
But how am I able to ...
2
votes
3answers
2k 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 ...
0
votes
1answer
56 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 ...
38
votes
3answers
3k 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
1k 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 ...
4
votes
1answer
1k 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
4answers
2k 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
926 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 ...
1
vote
3answers
4k 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 ...