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

RadCoverFlow size of the box

4 Answers 56 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Elaakil
Top achievements
Rank 1
Elaakil asked on 06 Dec 2011, 11:20 AM
Hello ,
I am now working on the control RadCoverFlow, and here I want to expand the Box contains the photo and details, what are the steps I must follow for this Box could have a great view even if it is greater

4 Answers, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 06 Dec 2011, 01:26 PM
Hello Elaakil,

I believe you are referring to RadCoverFlow online examples, displaying a rounded border with an image inside. Some of the examples use an ItemContainerStyle to style RadCoverFlowItems. So it is perfectly possible to set any desired size in that style.

Other examples use a separate UserControl for presenting the item. Again, you can simply edit that UserControl and update sizes as you need.

I hope this helps.

Kind regards,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Elaakil
Top achievements
Rank 1
answered on 06 Dec 2011, 03:54 PM
Thank you for your answer
In fact I was just based on this example: # http://demos.telerik.com/silverlight/ CoverFlow / FirstLook
but when I put this: <Set Property="Height" Value="500"/>
below this:
<style X:Key="RadCoverFlowItemTemplate" TargetType="ListBoxItem">
nothing is changed.the box remain the same height.
0
Elaakil
Top achievements
Rank 1
answered on 06 Dec 2011, 03:54 PM
Thank you for your answer
In fact I was just based on this example: # http://demos.telerik.com/silverlight/ CoverFlow / FirstLook
but when I put this: <Set Property="Height" Value="500"/>
below this:
<style X:Key="RadCoverFlowItemTemplate" TargetType="ListBoxItem">
nothing is changed .the box remain the same height.
0
Elaakil
Top achievements
Rank 1
answered on 07 Dec 2011, 11:30 AM
I solved the problem, they are more properties to be changed not ItemContainerStyle.
Tags
CoverFlow
Asked by
Elaakil
Top achievements
Rank 1
Answers by
Dani
Telerik team
Elaakil
Top achievements
Rank 1
Share this question
or