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

ListBox Item Animation

1 Answer 81 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.
Tomasz
Top achievements
Rank 1
Tomasz asked on 13 Aug 2013, 03:38 PM
Hi,
I have a RadListBox to which I've added animation on item insert. It's all great but when I enter multiple items the animation plays them all at once not one by one.

My ListBox is databound to an ObservableCollection in my ViewModel. I call a method from my view which add in a foreach loop items to that colletion but even than the animation plays for example all three items at once.

Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 14 Aug 2013, 11:14 AM
Hello Tomasz,

Thanks for writing.

That's the behavior of RadDataBoundListBox as of its current state. When you add items one-by-one animations are played immediately for each item which means they will be animated simultaneously.

You can try to overcome this by increasing the InitialDelay of the animation before adding the next item. Let me know if this works for you.

Regards,
Deyan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataBoundListBox
Asked by
Tomasz
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or