This question is locked. New answers and comments are not allowed.
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.
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}}">