This question is locked. New answers and comments are not allowed.
Hi, I am trying to drag a coverflow item from the coverflow list. I am successful, but only after the coverflow item has been selected first. So this is what currently happens: I try to drag an item that is currently not selected. That item flows to the middle, and is now selected. Only when this item is selected(and centered), that I can start dragging it. Is it possible to start dragging a coverflow item, even if it's not selected yet? Here's a sample code of my coverflow item template:
Thanks for your help!
Mike
http://www.eikospartners.com
| <telerikNavigation:RadCoverFlow.ItemTemplate> |
| <DataTemplate> |
| <gadgets:DraggableGadget Height="110" Width="150"> |
| <i:Interaction.Behaviors> |
| <qab:TelerikDragAndDrop AllowDrag="True" /> |
| </i:Interaction.Behaviors> |
| </gadgets:DraggableGadget> |
| </DataTemplate> |
| </telerikNavigation:RadCoverFlow.ItemTemplate> |
Thanks for your help!
Mike
http://www.eikospartners.com