Declined
Last Updated: 10 Oct 2018 09:02 by ADMIN
ADMIN
Dimitar
Created on: 26 Sep 2017 06:30
Category: Dock
Type: Bug Report
2
FIX. RadDock - the caption element font is not preserved when the tool window is docked to another position.
To reproduce:
- Set the font of the tool window:
  ((ToolTabStrip)this.toolWindow1.TabStrip).CaptionElement.Font = font1;
- Make the tool window floating and then dock it again.
- The font is not preserved.

Workaround:
Set the font in the DockStateChanged event. 
1 comment
ADMIN
Dimitar
Posted on: 10 Oct 2018 09:02
The strip items are dynamically created and the windows type can be changed (floating, document, tool). This is why we cannot transfer any settings only the text. In this case the TabStripItemCreating event should be used for customizing the TabSrtipItem. Detailed information is available here: https://docs.telerik.com/devtools/winforms/dock/object-model/customizing-tabstrip-items