Questions tagged [dockpanel-suite]

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.

The Weifenluo DockPanel Suite is an open source library (under the MIT license) that extends the .NET WinForms API to support forms that can be interactively docked by a user to customise their application UI layout. It supports the look and feel of Visual Studio .NET and is widely used by other open source projects.

For more information visit the project website at http://dockpanelsuite.com

76 questions
2
votes
2 answers

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", docked on the left side of parent window, and some…
DreadAngel
  • 772
  • 11
  • 30
1
vote
3 answers

How can I use dockpanel in Linux/Mono with all its features?

I would like to use dockpanel 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 like drag and drop and all.Can anyone guide me to…
Ajib
  • 21
  • 4
1
vote
2 answers

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
user9969
  • 15,632
  • 39
  • 107
  • 175
1
vote
1 answer

How to have two forms docked on same side (Weifenluo)

I've been searching quite a lot and studying the Docksuite sample but haven't been successful in getting a simple screen working. I would like to have a form on top and two forms opened on the left. What I have done so far: Created a FormMainDock…
John
  • 87
  • 11
1
vote
1 answer

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 adding to the right dock. How do I add a content into…
user607455
  • 479
  • 5
  • 18
1
vote
1 answer

Resize dock pane tab strip text and buttons in Document docked DockContent

I am refactoring a Windows Forms application to scale properly with high DPI settings. This application uses DockPanelSuite library to dock some of its tools (DockArea.DockLeft) and the main view area (DockArea.Document). My problem is that main…
1
vote
3 answers

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 understand that such may not be available. Also,…
luiscubal
  • 24,773
  • 9
  • 57
  • 83
1
vote
4 answers

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 change the tabs title/name when the page is navigating…
johankj
  • 1,765
  • 16
  • 34
1
vote
1 answer

Applying VS2015DarkTheme issue on dockpanelsuite 2.14.0

I'm using the DockPanel Suite by Weifen Luo 2.14.0 version. When I apply the VS2015DarkTheme the arrow color for the overflow menu item renders black on gray background, when the arrow should be blue on mouserhover and a sort of white when not…
1
vote
1 answer

DockPanel Suite child form events not firing

I'm using WeifenLuo Dockpanel Suite in winforms. i have 2 forms (Main & child form), Main form has dockpanel & child form will be docked in this dockpanel. in child form, none of the events are firing except DockChanged & DockStateChanged private:…
Prakash M
  • 659
  • 1
  • 12
  • 36
1
vote
1 answer

DockPanel Suite's Float Window minimum size & location property

I tried to modify source file (winFormsUI ->Docking ->Floatwindow.cs[design]) here i set minimum size property of the window to (100,100) built & used the dll in my project. below is the code for calling child form in…
Prakash M
  • 659
  • 1
  • 12
  • 36
1
vote
1 answer

Disable Auto-hide button on dockpanel-suite docked form

So, I am am able to disable the Close button on a docked form on DockPanel-Suite and I am wondering if it would be possible to disable the Auto-Hide button as well. Basically, I am trying to avoid any user to make changes to the layout of the forms…
Hakuna N
  • 183
  • 2
  • 17
1
vote
0 answers

DockContent.DockHandler.DockPanel is read-only

I am using Dockpanel-suite and I have basically 3 forms open. One of these is a "Document" form which can have multiple documents open, where as the other two forms are single instances. At some stage I want to find and close some of the document…
jason.kaisersmith
  • 8,712
  • 3
  • 29
  • 51
1
vote
1 answer

DockPanel Suite: Alter Control+Tab order

I'm trying to alter the order of the tabs which appear when using Control+Tab inside an application with several documents using DockPanel Suite. To be exact, I'm willing to get a behaviour like Visual Studio. That is, if you have in example,…
KakCAT
  • 296
  • 1
  • 14
1
vote
1 answer

DockPanel Suite DockContent all appearing at top left of DockPanel

Sometimes when my program starts it fails to place the DockPanel DockContent in the correct places assigned in the configuration file. The config file looks like this: