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

Wider view of coverflow

7 Answers 95 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 02 Mar 2009, 03:00 AM
I'm trying out the Coverflow control in a silverlight app I'm playing with and it's great.  But there's one major drawback, the width.   I've got my main image in the center, and the images behind the coverflow, waiting to rotate in, are way too narror.  To the point that you can't tell what they are at all. 

In apps like itunes, I can see the item to the left and right of the center item. 

Is there a way I can adjust it so that the items besides the center are presented more flat (and thus wider)?

I would attach a screenshot, but the forum doesn't allow it.  If you want to see a screen shot, send me an email address and I'll forward one.

Thanks

7 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 02 Mar 2009, 02:27 PM
Hi Michael,

Yes, you can do this, but you need to override the ControlTemplate of the RadCoverFlowPerspectiveItem. I'm attaching a project that contains the control template you can customize. If I correctly understand you, you want to change the angle of rotation of the images that are not in the center. You can do this by editing LeftItem, RightItem, MostLeftItem and MostRightItem visual states and changing the RotationY property.
If you have further questions, don't hesitate to ask.

Best wishes,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Michael
Top achievements
Rank 1
answered on 04 Mar 2009, 02:34 AM
Great news, thanks.   Should I be able to build and work with the example you sent?   When opening in blend, it complains about SilverlightApplication1 being in the project but not found.   It also complains in the Page.xaml about line 102 column 15 that the resource Visible could not be resolved. 
0
Miroslav Nedyalkov
Telerik team
answered on 04 Mar 2009, 05:28 PM
Hi Michael,

It seems that I included an unnecessary project and I deeply apologize for that. You should simply remove it form the solution.

As for the errors you got - did you add references to Telerik.Windows.Contros.dll and Telerik.Windows.Controls.Navigation.dll? The project I sent you does not have any references.

Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Michael
Top achievements
Rank 1
answered on 04 Mar 2009, 10:24 PM
I added all of the telerik controls to the references section.  But it complains about Visible at that line location.

I tried the regular examples provided as well, to see if I could go in and modify the template via blend 2 sp1, and when it tries to do that, it throws an exeception.
0
Miroslav Nedyalkov
Telerik team
answered on 05 Mar 2009, 08:43 AM
Hi Michael,

We are aware of this issue. We have fixed it and the fix will be included in the upcoming release of RadControls for Silverlight due next week. Could you please test the attached project? It should work now.

Greetings,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Silly
Top achievements
Rank 1
answered on 06 Apr 2009, 09:08 PM
Hello Miroslav,

Thanks for the example. I was also looking for something similar. I am a newbie to c#/silverlight, so pl. excuse my question is quite basic. I don't see where ImageMaxHeight,ImageMaxWidth,ReflectionStartAlpha, ReflectionRelativeHeight's values are bing set.

Thanks in advance

Sally
0
Miroslav Nedyalkov
Telerik team
answered on 07 Apr 2009, 07:49 AM
Hello Silly,

You should set this properties to the Coverflow. Please, take a look at the following code snippet:
Miroslav Nedyalkov
Tags
CoverFlow
Asked by
Michael
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Michael
Top achievements
Rank 1
Silly
Top achievements
Rank 1
Share this question
or