DockPanel Suite Changelog

What's new in DockPanel Suite 2.5.0.15095 RC1

Mar 24, 2012
  • 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).
  • 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.
  • 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.
  • 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.
  • 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.
  • 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).
  • Patch 2810961: Add a text font to the DockPanelSkin to allow different fonts to be used for tab text. From Branko Drvensek.

New in DockPanel Suite 2.3.1 (Jul 4, 2009)

  • BUG: A bug occurred in specific circumstances (not sure when) that when the app was closed DockPanel would be null but the InertButton of VS2005DockPaneCaption would be refreshed and it would error trying to access a color from the DockPanel.
  • BUG: Content disappearing with float -> dock. (2689721)
  • BUG: When there is only a single auto hide panel the auto hide button is not drawn in the correct location when changed from visible to auto hide. (2741309)
  • BUG: Fix crash with 0 width tab when calling LayoutByXML => Avoid calling RefreshDockPane on hidden panes.