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

RadCoverFlow Visibility change results in Unhandled Exception

1 Answer 45 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
AGM
Top achievements
Rank 1
AGM asked on 13 Apr 2012, 10:44 AM
I have coverflow with items binding, and if i start the page with coverflow collapsed, I cannot set it to visibble without unhandled exception: 
System.ArgumentException: value does not fall within the expected randge.
If i start the page with coverflow visible, i can toggle the visibility just fine.

        
<telerik:RadCoverFlow Height="100"
                      CameraRotation="2"
                      CameraViewpoint="Center"
                      DistanceBetweenItems="90"
                      DistanceFromSelectedItem="10"
                      ItemContainerStyle="{StaticResource MZoneMainCoverFlowItemTemplate}"
                      ItemScale="0.75"
                      ItemsSource="{Binding Screens}"
                      OffsetY="50"
                      ReflectionHeight="0.15"
                      ReflectionOpacity="2"
                      RotationY="0"
                      SelectedItem="{Binding SelectedScreen,
                                             Mode=TwoWay}"
                      Visibility="{Binding IsMenuVisible,
                                           Converter={StaticResource BooleanToVisibilityConverter}}">

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivo
Telerik team
answered on 18 Apr 2012, 08:56 AM
Hi,

I tried to reproduce this without any success. You can find my sample project attached. Did I missed something? It would be great if you send us a sample project reproducing this. To attach a project you will have to open a new support ticket.

Kind regards, Ivo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
CoverFlow
Asked by
AGM
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or