This is a migrated thread and some comments may be shown as answers.

RadScrollablePanel in a RadPageViewPage Windows8Theme Issue

3 Answers 22 Views
ScrollablePanel
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Mark asked on 28 Jan 2019, 06:13 PM

Ok, so we have, like I said above, a scrollable panel, in a page view page and we are using Windows 8 theming in our application.  So, when we set all the controls on the form to that theme, any control that is in the Scrollable panel seems to get the back color from the page view page on which the scrollable panel is located instead of the back color from the scrollable panel.  This make our controls look weird. Attached is an example of what we are seeing.  You will see two scrollable panels, one on the form and the other on a page view page.  You can see the differences yourself.

 

This also happens if you use ThemeResolutionService.ApplicationThemeName = "Windows8" anywhere in our code as well

 

 

 

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 29 Jan 2019, 12:15 PM
Hello Mark,

I have logged this issue on our Feedback Portal. You can track its progress, subscribe to status changes and add your comment to it here. I have also updated your Telerik Points.

Set the color manually to workaround this:
radScrollablePanel1.PanelElement.Fill.BackColor = Color.FromArgb(245, 246, 247);
//or
radScrollablePanel1.BackColor = Color.FromArgb(239, 239, 239);

Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 29 Jan 2019, 01:22 PM
Thanks for the update.  It's not entirely a big deal, just thought it behaved wrong. 
0
Dimitar
Telerik team
answered on 30 Jan 2019, 01:57 PM
Hi Mark,

Yes but still this can be improved and we will provide a fix in a feature release. 

Do not hesitate to contact us if you have other questions.
 
Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ScrollablePanel
Asked by
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Dimitar
Telerik team
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or