Posted
on Dec 9, 2008
(permalink)
I want a solution for my SilverLight application. I am creating a MultiVideoPlayer, where i am using RadCoverFlow and TelrikMediaPlayers. Here in RadCoverFlow the images can be visible in horizontal orientation. How can i put these in vertical or any other user defined orientation.Or how can we write a userdefined templete to solve this problem.
Reply
Miroslav Nedyalkov
Miroslav Nedyalkov
Posted
on Dec 9, 2008
(permalink)
Hi kalyan,
At this time it is not possible to arrange the images vertically. We are planning to accomplish that task, but we cannot give you any time freme for now. If you mean something else, please let us know.
Kind regards,
Miroslav Nedyalkov
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.
Reply
Posted
on Dec 9, 2008
(permalink)
Hi Miroslav ,
Thanks for your reply. I have a question again, Can i Customize the Current RadCoverFlow Control for my specific use? If yes plz advise for this purpose if it is possible for you.
Thanks
Kalyan
Reply
Answer
Miroslav Nedyalkov
Miroslav Nedyalkov
Posted
on Dec 9, 2008
(permalink)
Hi kalyan,
If you mean to customize it to work vertically, it is not possible yet. We will consider this feature for development in one of the next major releases of the control. Unfortunately we cannot provide a specific date when this will happen.
Regards,
Miroslav Nedyalkov
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.
Reply
ankit
Posted
on Jan 4, 2009
(permalink)
I want to put border surrounded by Image
and Image name under the image.
Can I do this on ItemTemplate ? If yes, How ? Following link is only telling about scrolbar.
If no, when can I ?
http://www.telerik.com/community/forums/silverlight/coverflow/coverflow-default-navigation-panel-template.aspx
Thanks.
Reply
Miroslav Nedyalkov
Miroslav Nedyalkov
Posted
on Jan 5, 2009
(permalink)
Hi ankit,
You can put a label under the image and border around it. However, none of them can be included in the perspective transformation. I'm attaching an example of how to put a label under the image.
Hope that helps.
Best wishes,
Miroslav Nedyalkov
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.
Reply
ankit
Posted
on Jan 5, 2009
(permalink)
Miroslav,
Thanks.
That's exactly what I am looking for.
Hope, future versions might be able to provide transition on Label.
Ankit
Reply
Silly
Posted
on Apr 6, 2009
(permalink)
How do you attach mouse events to the RadCoverFlow elements. Sorry, this may be a trivial question, but I'm new to Silverlight/C#
Reply
Miroslav Nedyalkov
Miroslav Nedyalkov
Posted
on Apr 7, 2009
(permalink)
Hi Silly,
The easiest way is to put RadCoverflowPerspectiveItems and to handle their mouse events. To put an image in RadCoverflowPerspectiveItem you need to set Image, Uri or a string that represents an uri as its content. Hope this helps!
Kind regards,
Miroslav Nedyalkov
Reply
Alexis
Posted
on Jun 29, 2009
(permalink)
Hi. I'm trying to change RadCoverFlow´s loading image. Is it possible?
TIA
Reply
Rosi
Rosi
Posted
on Jul 3, 2009
(permalink)
Hi Alexis,
RadCoverFlow control does not support this feature at this stage. We are sorry for the inconvenience that this may causes to you.
We will try to implement it for future versions of the control.
Your Telerik points have been updated for your involvement.
Regards,
Rosi
the Telerik team
Reply
Hans Notelteirs
Posted
on Jul 29, 2009
(permalink)
Hi,
Since this post is already a while ago, I wondered if there is already a solution for the vertical scrolling?
Thanks in advance
Reply
Miroslav Nedyalkov
Miroslav Nedyalkov
Posted
on Jul 29, 2009
(permalink)
Hi Hans,
The CoverFlow controls doesn't support vertical arrangement of the items yet. You could apply
RenderTransformation to rotate the
CoverFlow control but we have no guarantee that it will work properly.
Regards,
Miroslav Nedyalkov
the Telerik team
Reply
Posted
on Jul 30, 2009
(permalink)
Miroslav ,
Don't you see the limitations of RadCoverflow Control. I have seen some issues regarding ZoomingIn/Out the items, rotating the items.
Really these functionalities can't be applied with RadCoverFlow ( as per my own knowledge. I am not sure if i am correct. But at my end i am correct) . It is limited with only images, where it could have been used with Videos also. How can it be used in a application where requirements are much more .It can only be used as a Multiviewer I think telerik should think about these issues.
Thanks
Kalyan
Reply
Miroslav Nedyalkov
Miroslav Nedyalkov
Posted
on Jul 30, 2009
(permalink)
Hi kalyan,
You are right - the CoverFlow control have its limitations. This is the reason why we are working on new version of the CoverFlow control that will support any visual elements as content and will have more features. The limitations of the old one comes from limitations of Silverlight 2.
Hope the absence of this functionality is not a major showstopper for you.
Regards,
Miroslav Nedyalkov
the Telerik team
Reply
Phil Zheng
Posted
on Dec 27, 2010
(permalink)
Is it possible to arrange the images vertically now? If yes, how? if no, when would that be possible? Thanks.
Reply
Boyan
Boyan
Posted
on Jan 3, 2011
(permalink)
Hello Phil,
You can easily make your CoverFlow vertical by setting
Orientation= Vertical. We added such functionality in the summer. For reference you can check the bottom option in this example:
http://demos.telerik.com/silverlight/#CoverFlow/Configurator.
Don't hesitate to contact us if you have other questions.
Greetings,
Boyan
the Telerik team
Browse the
videos here>> to help you get started with RadControls for Silverlight
Reply
saru
Posted
on Jun 16, 2011
(permalink)
Hello, I want to know if it is possible to have a croverflow with radchart ( and not Images)
thanks
Reply
Miroslav Nedyalkov
Miroslav Nedyalkov
Posted
on Jun 21, 2011
(permalink)
Hi Saru,
Yes, you can make the CoverFlow control display charts. The CoverFlow control acts like a ListBox so you may use the same approaches:
- Add charts as items
- Use chart in the ItemTemplate
- Use chart as part of the ControlTemplate of the CoverFlowItem
You could refer to the following article for the ListBox control -
http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-5-using-the-listbox-and-databinding-to-display-list-data.aspx.
Hope this helps.
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
Reply
Back to Top
Home / Community & Support / Developer Productivity Tools Forums / Silverlight > CoverFlow > RadCoverFlow, and item templete