This question is locked. New answers and comments are not allowed.
Hi;
I see a problem with the control that it does not resize properly n different resolutions.
I have a CF with the following info:
If I run this in hi resolution, like 1920x1200 it shows properly, But if I run it in low resolution like 1024x768, the control does not scale down properly and cuts the images. Note: I have set the images as "Uniform"
Here are two screen shots to show the problem:
Thanks!
..Ben
I see a problem with the control that it does not resize properly n different resolutions.
I have a CF with the following info:
| <telerikNavigation:RadCoverFlow x:Name="coverFlow" |
| CameraViewpoint="Center" |
| ItemScale="0.5" |
| IsReflectionEnabled="False" |
| SelectedIndex="0" Background="{x:Null}" OffsetY="20" |
| ItemMaxHeight="600" ItemMaxWidth="800"> |
| <telerikNavigation:RadCoverFlow.Effect> |
| <DropShadowEffect BlurRadius="30" ShadowDepth="20" Color="#FF292929"/> |
| </telerikNavigation:RadCoverFlow.Effect> |
| <telerikNavigation:RadCoverFlow.EasingFunction> |
| <CircleEase EasingMode="EaseOut"/> |
| </telerikNavigation:RadCoverFlow.EasingFunction> |
| <Image Source="/Gallery/Stairway.jpg" /> |
| <Image Source="/Gallery/BlueRoom.jpg" /> |
| <Image Source="/Gallery/Kitchen.jpg" /> |
| <Image Source="/Gallery/Bath.jpg" /> |
| <Image Source="/Gallery/LivingRoom.jpg" /> |
| </telerikNavigation:RadCoverFlow> |
Here are two screen shots to show the problem:
Thanks!
..Ben