This question is locked. New answers and comments are not allowed.
Hello Telerik Team,
I downloaded the latest trial version of silverlight controls yesterday and ran into an issue rightaway. My requirement is same as in http://www.telerik.com/community/forums/silverlight/coverflow/coverflow-as-navigation-panel.aspx. (Images should be in same place instead of centering them after selection).
I saw the sample code in forum and tried to run it, but I got an error saying RadPerspectiveRotator is not found.
Your documentation says it should be part of "namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation" but by object browser nor the run-time seems to find it.
Can you please provide me with a sample code to do the same.
<telerikNavigation:RadCoverFlow x:Name="coverFlow" Height="500" HorizontalAlignment="Left" Margin="12,77,0,0"
VerticalAlignment="Top" Width="1500" Background="Green">
<telerikNavigation:RadCoverFlow.ItemTemplate>
<DataTemplate>
<Grid Height="59" Margin="44,0,196,24" VerticalAlignment="Bottom" x:Name="test">
<Grid.RowDefinitions>
<RowDefinition Height="0.712*"/>
<RowDefinition Height="0.288*"/>
</Grid.RowDefinitions>
<TextBlock Text="{Binding Data1}" Width="225" Height="225"
telerikNavigation:RadCoverFlow.EnableLoadNotification="True" Grid.Row="0" />
<TextBlock Text="{Binding Data2}" HorizontalAlignment="Center" VerticalAlignment="Center" />
</Grid>
</DataTemplate>
</telerikNavigation:RadCoverFlow.ItemTemplate>
</telerikNavigation:RadCoverFlow>
Thanks.
I downloaded the latest trial version of silverlight controls yesterday and ran into an issue rightaway. My requirement is same as in http://www.telerik.com/community/forums/silverlight/coverflow/coverflow-as-navigation-panel.aspx. (Images should be in same place instead of centering them after selection).
I saw the sample code in forum and tried to run it, but I got an error saying RadPerspectiveRotator is not found.
Your documentation says it should be part of "namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation" but by object browser nor the run-time seems to find it.
Can you please provide me with a sample code to do the same.
<telerikNavigation:RadCoverFlow x:Name="coverFlow" Height="500" HorizontalAlignment="Left" Margin="12,77,0,0"
VerticalAlignment="Top" Width="1500" Background="Green">
<telerikNavigation:RadCoverFlow.ItemTemplate>
<DataTemplate>
<Grid Height="59" Margin="44,0,196,24" VerticalAlignment="Bottom" x:Name="test">
<Grid.RowDefinitions>
<RowDefinition Height="0.712*"/>
<RowDefinition Height="0.288*"/>
</Grid.RowDefinitions>
<TextBlock Text="{Binding Data1}" Width="225" Height="225"
telerikNavigation:RadCoverFlow.EnableLoadNotification="True" Grid.Row="0" />
<TextBlock Text="{Binding Data2}" HorizontalAlignment="Center" VerticalAlignment="Center" />
</Grid>
</DataTemplate>
</telerikNavigation:RadCoverFlow.ItemTemplate>
</telerikNavigation:RadCoverFlow>
Thanks.