Completed
Last Updated: 13 Mar 2018 07:36 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 12 Mar 2018 09:37
Category: Dock
Type: Bug Report
1
FIX. RadDock - vertical strips of tabbed documents has a blue border overlying the text with FluentDark theme
To reproduce:
            ThemeResolutionService.ApplicationThemeName = "FluentDark";

            this.documentTabStrip1.TabStripAlignment = Telerik.WinControls.UI.TabStripAlignment.Left;
            this.documentTabStrip1.TabStripTextOrientation = Telerik.WinControls.UI.TabStripTextOrientation.Vertical;

Workaround:  this.documentTabStrip1.TabStripElement.ItemBorderAndFillOrientation = Telerik.WinControls.UI.PageViewContentOrientation.Horizontal;
Attached Files:
0 comments