[Bug]: Docked controls are rendered with smaller size which hides the caption/title text.
See original GitHub issueDescribe the bug This problem was mentioned during discussions in issue https://github.com/Krypton-Suite/Standard-Toolkit/issues/653#issuecomment-1093981598 by @iomismo and I don’t see it being separately tracked so I decided to log it here. If I missed it being tracked somewhere else then my apologies.
Short story, Left/Right docked pages are only rendered wide enough to show the right hand side buttons.
It should also be noted that I’ve created a project where I’ve embedded a KryptonPanel with a KryptonDockingManager in a document and displayed it in a KryptonDockableWorkspace (so a nested docking panel) and I see the same type of issue in the working version.
Steps to reproduce the behavior:
- Open the Demo project
Krypton Docking Examples 2019 - Nuget.slnand set the startup project toMulti Control Docking 2019 - Note that currently this project references
<PackageReference Include="Krypton.Toolkit.Canary" Version="6.2110.274-beta" /> - Debug the application and note that the vertically docked (not auto hidden) groups are displayed where one can read the caption/title.

- Upgrade the Krypton packages to the latest version, such as:
<PackageReference Include="Krypton.Toolkit.Canary" Version="65.22.3.89-beta" /> - Rebuild and run and now the tabbed group is rendered like this:

Expected behavior The rendered tab should be wide enough to show the caption/title of the page. According to the discussion the last time this worked was version 6.2201.4.
I’ve created a project where I’ve embedded a KryptonPanel with a KryptonDockingManager in a document and displayed it in a KryptonDockableWorkspace (so a nested docking panel) and I see the same type of issue in 6.2201.4 version. After I submit this I’ll modify the Krypton example for this design and upload it. Uploaded

Desktop (please complete the following information):
- OS: Windows 10 Pro
- Version 19044.1586
Here’s the example project updated with an embedded DockingManager. The embedded docking manager has this issue regardless of the version. Krypton Docking Examples 2019 - Nuget.zip
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)

Top Related StackOverflow Question
Hi @bakerhillpins
The active development branch is
alphaIf you can word what you are trying to achieve and create a linked Feature request, then it can be looked at when next a visit to dicking occurs.