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

Issue with - CoverFlow as navigation panel

1 Answer 57 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
sidhu
Top achievements
Rank 1
sidhu asked on 03 Jun 2010, 09:06 PM
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.


1 Answer, 1 is accepted

Sort by
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 09 Jun 2010, 08:56 AM
Hi Sidhu,

 This example is obsolete. Since we posted it we created brand new CoverFlow control based on the Silverlight 3+ perspective transformations. Unfortunately this cannot be achieved with the new CoverFlow most of its logic is in its default panel.

Regards,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
CoverFlow
Asked by
sidhu
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or