Completed
Last Updated: 21 Jun 2018 14:41 by ADMIN
ADMIN
Dimitar
Created on: 24 Apr 2018 05:54
Category:
Type: Bug Report
1
FIX. RadScrollablePanel - the theme is not applied to the ControlsContainer in the Office2013Dark theme
Use attached to reproduce.
- Open the form at design time, the border is correctly set to gray color.
- Start the application, the border changes to blue. 

Workaround:
radCollapsiblePanel1.ControlsContainer.PanelElement.Border.ForeColor = Color.FromArgb(171, 171, 171);

or
ThemeResolutionService.ApplicationThemeName = "Office2013Dark";
Attached Files:
0 comments