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

Edit Existing Style

3 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Scott Michetti
Top achievements
Rank 1
Scott Michetti asked on 22 Jun 2010, 06:52 PM
Hello. I'm using the Summer theme, and in just about all cases, it looks great. There are a couple of tweeks I'd like to make.
1. On the tab control, there's a gray background that I'd like to make tramsparent, or at least white. Is there a property that does this? Can I modify the existing summer theme for this control. See attachment.

2. The textboxes look great using the summer theme, but a disabled textbox shows no indication that it is disabled. Like a grayed out background. How would I do this?

3. I think I've seen this posted, but is there a way to change the gray side portions of the RadMap to transparent or white?

Thanks

Scott

3 Answers, 1 is accepted

Sort by
0
Scott Michetti
Top achievements
Rank 1
answered on 22 Jun 2010, 09:11 PM

I found the answer to #1.
MyTabControl.BackgroundVisibility =

Visibility.Collapsed;

Still need help with 2 and 3.

Thanks.

 

0
Dimitrina
Telerik team
answered on 23 Jun 2010, 03:14 PM
Hi Scott,

I will get straight to your questions.

Point 2:

Unfortunately, we were not able to reproduce the issue you've encountered. Please find attached a sample file. You can compare it with your project. If you still have any problems you can send us the your project.

Point 3:
In order to change the background color of the RadMap control you have to set property Background of the RadMap.

 Xaml:
<map:RadMap x:Name="RadMap1" Background="Green">

Code Behind:
RadMap1.Background = new SolidColorBrush(Colors.Red);

If you have further questions please do not hesitate to ask us.
I hope this will help you.


Greetings,
Dimitrina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Scott Michetti
Top achievements
Rank 1
answered on 07 Jul 2010, 08:33 PM
Thanks for the help. Point 2 is so subtle I was not seeing it change when the control is disabled, but I see it now.

Scott
Tags
General Discussions
Asked by
Scott Michetti
Top achievements
Rank 1
Answers by
Scott Michetti
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or