5 Answers, 1 is accepted
0
Hello boris,
The animations in RadComboBox can be turned off by setting the following attached property:
http://www.telerik.com/help/silverlight/common-styling-appearance-edit-control-templates-blend.html
All the best,
Valeri Hristov
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.
The animations in RadComboBox can be turned off by setting the following attached property:
animation:AnimationManager.IsAnimationEnabled="False"
wherexmlns:animation="clr-namespace:Telerik.Windows.Controls.Animation;assembly=Telerik.Windows.Controls"
As for the eye candy removal, you should modify the control template of RadComboBox, following the instructions below:http://www.telerik.com/help/silverlight/common-styling-appearance-edit-control-templates-blend.html
All the best,
Valeri Hristov
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
boris
Top achievements
Rank 1
answered on 20 May 2010, 09:35 AM
Hi Valeri,
Thank you for your reply.
However, I cannot use your advice since we don't use blend.. :(
0
boris
Top achievements
Rank 1
answered on 21 May 2010, 09:54 AM
If you could provide me a template that I can edit manually, I would be very grateful :)
0
Accepted
Hello boris,
Please, find attached the XAML of the default (Office_Black) theme of RadComboBox. The rest of the themes can be found in the installation folder of RadControls for Silverlight, in subfolder Themes.
Kind regards,
Valeri Hristov
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.
Please, find attached the XAML of the default (Office_Black) theme of RadComboBox. The rest of the themes can be found in the installation folder of RadControls for Silverlight, in subfolder Themes.
Kind regards,
Valeri Hristov
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
boris
Top achievements
Rank 1
answered on 21 May 2010, 05:00 PM
Hi Valeri,
Thank you for your help :)