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

RadTileAnimation.SelectedItemDelay

1 Answer 66 Views
Animation
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matthew
Top achievements
Rank 1
Matthew asked on 19 Jun 2012, 12:11 PM
I'm currently using the following to set a delay on the item tapped on a RadDataBoundListBox when using page transitions/animations:

private void ListBoxItemTap(object sender, ListBoxItemTapEventArgs e)
{
    SetValue(RadTileAnimation.ElementToDelayProperty, e.Item);
}

Easy stuff right? But I want the delay to be a little bit more, a little longer. I did notice that the RadTileAnimation has a SelectedItemDelay property, but it's a instance property, not dependency. Well, where can I get a reference to the instance of the animation to set this property? RadPhoneApplicationFrame?

When you use a RadContextMenu there's a bit of a longer delay on a selected item in a list when you navigate off the page based off a menu item selection. I'm looking for that specifically.

Do I make sense here?

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 20 Jun 2012, 08:54 AM
Hi Matthew,

Yes - you should get the instance of the animation. How you set the TileAnimation to execute on page navigation?

Kind regards,
Valentin.Stoychev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Animation
Asked by
Matthew
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or