4 Answers, 1 is accepted
0
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
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.
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.
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.