DockPanelSuite 2.6.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package DockPanelSuite --version 2.6.0.1
NuGet\Install-Package DockPanelSuite -Version 2.6.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DockPanelSuite" Version="2.6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DockPanelSuite --version 2.6.0.1
#r "nuget: DockPanelSuite, 2.6.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DockPanelSuite as a Cake Addin
#addin nuget:?package=DockPanelSuite&version=2.6.0.1

// Install DockPanelSuite as a Cake Tool
#tool nuget:?package=DockPanelSuite&version=2.6.0.1

The docking library for .Net Windows Forms development which mimics Visual Studio .Net.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on DockPanelSuite:

Package Downloads
DockPanelSuite.ThemeVS2015 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Visual Studio 2015 themes for DockPanel Suite.

XrmToolBoxPackage

Add the references required to develop a XrmToolBox plugin

DockPanelSuite.ThemeVS2012 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Visual Studio 2012 themes for DockPanel Suite.

DockPanelSuite.ThemeVS2003 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Visual Studio 2003 theme for DockPanel Suite.

DockPanelSuite.ThemeVS2013 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Visual Studio 2013 themes for DockPanel Suite.

GitHub repositories (22)

Showing the top 5 popular GitHub repositories that depend on DockPanelSuite:

Repository Stars
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
googleprojectzero/sandbox-attacksurface-analysis-tools
Set of tools to analyze Windows sandboxes for exposed attack surface.
jimradford/superputty
The SuperPuTTY Window Manager for putty sessions
dathlin/HslCommunication
A very popular industrial Internet of Things communication plug-in. Using this dll can be very convenient, stable, and fast to obtain data from PLC equipment of multiple brands, and also supports redis, mqtt, websocket, etc., which can let your data on the network Free transmission, reducing enterprise development costs.
tyranid/oleviewdotnet
A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container
Version Downloads Last updated
3.1.0 102,887 8/28/2021
3.1.0-beta3 3,499 12/23/2018
3.1.0-beta2 3,449 11/1/2018
3.1.0-beta1 2,060 11/1/2018
3.0.6 281,507 10/24/2018
3.0.4 71,661 1/20/2018
3.0.3 21,315 11/20/2017
3.0.2 3,413 11/15/2017
3.0.1 7,251 9/24/2017
3.0.0 6,341 8/16/2017
2.16.1 7,810 7/24/2017
2.16.0 3,538 7/17/2017
2.15.0 4,770 6/12/2017
2.14.0 11,110 4/1/2017
2.13.0 53,502 1/29/2017
2.12.0 4,165 12/26/2016
2.11.0 9,429 11/18/2016
2.10.0 15,723 7/7/2016
2.9.0 52,397 11/27/2013
2.8.0 7,299 4/28/2013
2.7.0 6,933 9/6/2012
2.6.0.1 3,036 8/3/2012

May 26, 2012: 2.6.0
1. Fix Bug [1849882]: When click Autohide, form should slide away.
2. Patch 3118287: Fix for unable to move splitter after hide.
3. GitHub work item #1: ActiveContentChanged Doesn't Fire When Many DockPanels Exist in Application.
4. GitHub work item #2: Heavily Nested Controls Do Not Resize With DockContent.
5. GitHub work item #7: Should Work on Mono/Linux/Mac with Minimal Feature Set.
6. First signed release with NuGet package deployment.

Nov 25, 2010: 2.5.0
1. Fix Bug [2149926]: Can't resize document marked as HideOnClose when one of a set of side by side documents is closed (patch 3118287 from Agiel).
2. Fix Bug [2792816]: Changing the DockBackColor at design time does not refresh immediately. Set a couple public properties to [Browsable(false)] so that they are not displayed in the Designer.
3. Fix Bug [2956415]: The Window List button is hidden underneath the close button on a Document when a Floating form is opened and a new Document form opened afterwards.
4. Fix Bug [2945519]: CloseContent suspended layout but it was possible to not resume layout because of early exits. try/finally added and suspend layout moved below the early exits since the suspend is not needed that early.
5. Fix Bug [2782283]: DockPanelSkin tool window inactive caption gradient end color should have been SystemColors.InactiveCaption and TextColor should have been SystemColors.InactiveCaptionText instead of ControlText so that it will show up in all windows color schemes.
6. Fix Bug [2737792]: For AutoHideTabs that are right or left the icon should be rotated 90 degrees to be consistent with Visual Studio (original code from lind60 and re-posted by jhorigan).
7. Patch 2810961: Add a text font to the DockPanelSkin to allow different fonts to be used for tab text. From Branko Drvensek.

Oct 30, 2010: 2.4.0
1. Upgrade the suite to use Visual Studio 2008. The suite still uses the 2.0 Framework.
2. BUG FIX: [2149926] Can't resize document marked as HideOnClose when one of a set of side by side documents is closed.
3. BUG FIX: [2780774] Sample app layout by code functionality does not fully work and breaks when executed two times in a row.
4. Middle mouse button click on a Document tab closes the Document that was clicked. (Original code from Ralf Jablonski but modified to close the Document that was clicked)