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

Hover event

3 Answers 72 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
javier
Top achievements
Rank 1
javier asked on 06 Jun 2011, 04:04 PM
I want to perform some animations i already use in the coverflow_SelectionChanged when the mouse hover an item.
when i use the mouseOver event the coverflow.SelectedIndex value does not change.
How can i make the indexValue change according to the item i am hovering?

Greetings

 

3 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 08 Jun 2011, 08:00 AM
Hello Javier,

 What you need to do is to set the SelectedItem or SelectedIndex properties of the RadCoverFlow control. This should change the selection. There is no problem to perform this on MouseOver.
If this doesn't help you to resolve your issue, could you please give us some more details on the issue you are observing?

Best wishes,
Miroslav Nedyalkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
javier
Top achievements
Rank 1
answered on 08 Jun 2011, 01:35 PM
the problem is that when the mouseOver event fires (every time if the coverflow is too big) i don't know on what coverflowitem i am over. any ideas to perform this?
Thank you.
Greetings
0
Pana
Telerik team
answered on 08 Jun 2011, 03:01 PM
Hi,

If you want to apply animations on MouseOver on the RadCoverFlowItem you could try to create custom Style for RadCoverFlowItem and set it as ItemContainerStyle. In the Style you could set control Template that will have a Storyboard in its MouseOver visual state.

If you have Expression Blend this can be achieved easily. If you do not - I am attaching the CoverFlow's Styles so you can modify the mouse over of the RadCoverFlowItems.

Best wishes,
Pana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
CoverFlow
Asked by
javier
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
javier
Top achievements
Rank 1
Pana
Telerik team
Share this question
or