This question is locked. New answers and comments are not allowed.
Hi -
I was using the coverflow control and I saw that if I put the control in the scrollviewer or in a grid with RowDefinition and Height set to Auto, there is some least number of items that are required to display all the items.
To reproduce this problem, Just take the first look sample code for Cover flow and put the control in ScrollViewer and reduce the number of items in Users.DataContext to one or two.
Please let me know if I am doing something wrong instead?
Thanks, Shilpi
I was using the coverflow control and I saw that if I put the control in the scrollviewer or in a grid with RowDefinition and Height set to Auto, there is some least number of items that are required to display all the items.
To reproduce this problem, Just take the first look sample code for Cover flow and put the control in ScrollViewer and reduce the number of items in Users.DataContext to one or two.
<
ScrollViewer>
<telerik:RadCoverFlow VerticalAlignment="Center" ItemsSource="{Binding}" ItemContainerStyle="{StaticResource RadCoverFlowItemTemplate}" OffsetY="100"
DistanceBetweenItems="90" DistanceFromSelectedItem="10" ReflectionHeight="0.15" ReflectionOpacity="2" RotationY="42"
IsVirtualizing="True" CameraViewpoint="Center" ItemScale="0.75" CameraRotation="2">
<telerik:RadCoverFlow.EasingFunction>
<CubicEase EasingMode="EaseOut"/>
</telerik:RadCoverFlow.EasingFunction>
</telerik:RadCoverFlow>
</ScrollViewer>
Please let me know if I am doing something wrong instead?
Thanks, Shilpi