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

RadCoverFlow click event after Animation is finished?

1 Answer 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Loren
Top achievements
Rank 1
Loren asked on 09 Nov 2011, 03:03 PM
I'm working on Kiosk and trying to use the Silverlight RadCoverFlow item for the first time (and I'm still fairly new to Silverlight 4 in general). I understand that when you click an item in your list, it brings that item into focus, but is there another quick event out there for once the item is in focus and making the item in focus clickable.

So say I have a list of 3 items, item 1 is in focus and item 2 is out.  I bring item 2 in focus for the user to see it. if they like it, they can click it and it brings them to the next step.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 14 Nov 2011, 09:23 AM
Hi Loren,

You could handle the MouseLeftButtonDown or the Click event in the Content of the item. The mouse events will be fired for the content of the item only if it is the selected item. In the other case when the item is not the selected one, the click will select it.

Hope this helps.

Kind regards,
Miroslav Nedyalkov
the Telerik team

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

Tags
General Discussions
Asked by
Loren
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or