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

Animated Items Frozen inside DataBoundListBox

1 Answer 30 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Niall
Top achievements
Rank 1
Niall asked on 15 Sep 2014, 08:51 AM
Hi,

I'm displaying a DataBoundListBox on a page which contains items (via DataTemplates) which have continuous animations running inside them (nb: not using Add/Remove animations).

When I bind the ItemsSource/DataTemplateSelector to the Telerik DataboundListBox, the items seem to be frozen (just show default state + don't animate at all). If I have exact same ItemsSource + TemplateSelector bound to a native XAML ListBox instead then it all seems to be working fine (animations show etc). 

I'd use the standard Listbox - however I really need some of the DataboundListBox features for my App (ie. PullToRefresh functionality is important).

Is there any hacks to get this working?

thanks
Niall

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 18 Sep 2014, 08:05 AM
Hi Niall,

Please, set EnableDependentAnimation property of the animations within your template to true.

Best regards,
Ves
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DataBoundListBox
Asked by
Niall
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or