dockpanelsuite

DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms

MIT License

Stars
1.7K
Committers
40

Bot releases are visible (Hide)

dockpanelsuite - v2.6.0

Published by lextm over 11 years ago

May 26, 2012

  • When click Autohide, form should slide away. (bug 1849882 on SF.net)
  • Fix for unable to move splitter after hide. (patch 3118287 on SF.net)
  • ActiveContentChanged doesn't fire when many DockPanel instances exist in application. (#1)
  • Heavily nested controls do not resize with DockContent. (#2)
  • Should work on Mono/Linux/Mac with minimal feature set. (#7)
  • First signed release with NuGet package deployment.
dockpanelsuite - v2.7.0

Published by lextm over 11 years ago

Sept 5, 2012

  • Corrected an issue that prevented the docking indicator from being shown when docking a float window while the cursor was in the float window to be docked. (#11)
  • Fixed a stack overflow that occurs on Mono at shutdown due to an existing discrepency in Mono's implementation of Control.Dispose(). (#16)
  • DockContent.TabText is now localizable. (#22)
  • Closing a tab via middle click no longer activates the content first, which was unnecessarily time consuming and could result in the active tab changing from what was previously active. (#28)
  • SupportDeeplyNestedControls is now turned off by default. (BREAKING CHANGE) (#31)
  • The icon of a FloatWindow will reflect the active content. Note that icons are not visible on FloatWindows by default but can be made visible via the Extender functionality (see the cookbook on the wiki for details). (#35)
  • The middle mouse button now closes tabs embedded in a FloatWindow. (#40)
  • Added support for .NET Client Profile. (#42)
  • Fixed docking indicators not-visible issue for most known scenarios. (#46)
dockpanelsuite - v2.8.0

Published by lextm over 11 years ago

April 28, 2013

  • Restored multiple UI threads support. (#69)
  • Added ActiveAutoHideContentChanged event. (#81)
  • Fixed dock indicator issue when DockPanel parent form is set to TopMost. (#82)
  • Changed double-click behavior of FloatWindow. (#91)
  • Changed initialization of DockContent's AutoHidePortion. (#119)
  • Require click to show autohide content. (#123)