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

Disable Animation of a RadControl...

1 Answer 86 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Pablo
Top achievements
Rank 1
Pablo asked on 07 Feb 2012, 07:42 PM
I am developing a WPF application to be able to run in remote desktop sessions or terminal server... In this scenario, the animations of my RadControl must be disabled in order to improve performance's application. I've tried many options but can not find ... What I can do? 

Other options that I thought: controlling the speed or framerate. 

Thanks in advance any help.

Regards, Pablo

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 08 Feb 2012, 07:13 AM
Hi Pablo,

You can set ItemsMovementAnimationDuration property of RadCarouselPanel to a value that corresponds to your needs.
For example:

this.myCarouselPanel.ItemsMovementAnimationDuration = TimeSpan.Zero;


Greetings,
Maya
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Carousel
Asked by
Pablo
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or