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

Item Animation With Virtualized ListBox

2 Answers 42 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.
Michael
Top achievements
Rank 1
Michael asked on 30 Aug 2012, 07:32 PM

Im trying to get the tile animation when the data from my list box is bound.  The data is generated on an async call to the Appointments API offered in the SDK.  The list is also virtualized.  I've tried adding the following code on the PageLoad as well as the DataLoaded event which is raised after the VirtualizedDataSource is set with no luck.  Any suggestions or examples.  Thanks. 

 

Dim transition As New Telerik.Windows.Controls.RadTileTransition()

 

Me.SetValue(Telerik.Windows.Controls.RadTransitionControl.TransitionProperty, transition)

Me.SetValue(Telerik.Windows.Controls.RadTileAnimation.ContainerToAnimateProperty, radListAgenda)



Edit:

I have also tried this approach with no success.

http://www.telerik.com/help/windows-phone/raddataboundlistbox-features-itemanimations-itemaddedanimation.html

2 Answers, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 03 Sep 2012, 07:43 AM
Hello,

If you follow the link you send us you should be able to achieve your scenario.  
http://www.telerik.com/help/windows-phone/raddataboundlistbox-features-itemanimations-itemaddedanimation.html 

What is the problem you see when trying this help article?

Greetings,
Valentin.Stoychev
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Michael
Top achievements
Rank 1
answered on 04 Sep 2012, 02:39 PM
I figured out the issue.  I was hanging the UI thread loading some images and I think the Animations were not getting rendered.  Thanks for your response.
Tags
DataBoundListBox
Asked by
Michael
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Michael
Top achievements
Rank 1
Share this question
or