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

RadComBox Expand and Collapse Animations

1 Answer 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
royalblue
Top achievements
Rank 1
royalblue asked on 23 Jun 2010, 09:51 AM
How can I remove Telerik RadComboBox expand and collapse animations ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Dani
Telerik team
answered on 28 Jun 2010, 07:57 AM
Hello royalblue,

Thank you for contacting us.

To disable the animations you can use an attached property of RadComboBox called AnimationManager like so:

<telerik:RadComboBox Width="300" Height="40" Telerik_Windows_Controls_Animation:AnimationManager.IsAnimationEnabled="False">
            <telerik:RadComboBoxItem Content="Item 1"/>
            <telerik:RadComboBoxItem Content="Item 2"/>
            <telerik:RadComboBoxItem Content="Item 3"/>
</telerik:RadComboBox>

I hope this has been helpful in your case. Please, contact us again for any further questions.



Best wishes,
Dani
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
Tags
ComboBox
Asked by
royalblue
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or