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

Want to use Telerik grid or tree control instead of image!

4 Answers 66 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
noman nadeem
Top achievements
Rank 1
noman nadeem asked on 17 Aug 2009, 12:57 PM
Hi!
i am using RadCoverflow i want to used a Stack panel in converflowitem and in stack panel i want to used telerik grid or telerik tree control please help :



some code are below in which using textblock in stackpanel (There is no error but no textblock or stackpanel shown in output)

please provide me sample code or application thanks a lot.
Take care




 <telerikNavigation:RadCoverFlow x:Name="coverFlow" ItemMaxHeight="160"
                ReflectionStartAlpha="{Binding ReflectionStartAlpha, Mode=OneWay}"
                ReflectionRelativeHeight="{Binding ReflectionRelativeHeight, Mode=OneWay}"
                CameraY="{Binding CameraY, Mode=OneWay}" VerticalAlignment="Center"
                SelectedIndex="10" CenterOffsetY="{Binding CenterOffsetY, Mode=OneWay}"
                NavigationPanelVisibility="{Binding NavigationPanelVisibility, Mode=OneWay}">
            <telerikNavigation:RadCoverFlow.ItemsPanel>
                <ItemsPanelTemplate>
                    <telerikNavigation:AutoCenterPanel x:Name="Container" CenterOffsetX="0"
                            CenterOffsetY="{TemplateBinding CenterOffsetY}">
                        <telerikNavigation:AutoCenterPanel.ArrangeStrategy>
                            <telerikNavigation:PositionsBasedArrangeStrategy>
                                <telerikNavigation:PositionsBasedArrangeStrategy.PositionDefinitions>
                                    <telerikNavigation:RelativeWidthPositionDefinition
                                            PositionRelativeWidth="1.1" />
                                    <telerikNavigation:RelativeWidthPositionDefinition
                                            PositionRelativeWidth="0.3" />
                                </telerikNavigation:PositionsBasedArrangeStrategy.PositionDefinitions>
                            </telerikNavigation:PositionsBasedArrangeStrategy>
                        </telerikNavigation:AutoCenterPanel.ArrangeStrategy>
                        <telerikNavigation:AutoCenterPanel.SlideAnimation>
                            <Storyboard Storyboard.TargetName="Container"
                                    Storyboard.TargetProperty="SlideProgress">
                                <DoubleAnimation Duration="0:0:0.300" To="100" />
                            </Storyboard>
                        </telerikNavigation:AutoCenterPanel.SlideAnimation>
                    </telerikNavigation:AutoCenterPanel>
                </ItemsPanelTemplate>
            </telerikNavigation:RadCoverFlow.ItemsPanel>

            <StackPanel Background="#D9D7B9"  Width="360" Height="360" >

                <TextBlock Text="Education" FontSize="20" Foreground="Brown"  ></TextBlock>

              
            </StackPanel>


            <Image Source= "App_Themes/images/01.jpg" />
            <Image Source="App_Themes/images/02.jpg" />
            <Image Source="App_Themes/images/03.jpg" />
            <Image Source="App_Themes/images/04.jpg" />
            <Image Source="App_Themes/images/05.jpg" />
            <Image Source="App_Themes/images/06.jpg" />
            <Image Source="App_Themes/images/07.jpg" />
            <Image Source="App_Themes/images/08.jpg" />
            <Image Source="App_Themes/images/09.jpg" />
            <Image Source="/CoverFlow/Images/nature10.png" />
            <Image Source="/CoverFlow/Images/nature11.png" />
            <Image Source="/CoverFlow/Images/nature12.png" />
            <Image Source="/CoverFlow/Images/nature13.png" />
            <Image Source="/CoverFlow/Images/nature14.png" />
            <Image Source="/CoverFlow/Images/nature15.png" />
            <Image Source="/CoverFlow/Images/nature16.png" />
            <Image Source="/CoverFlow/Images/nature17.png" />
            <Image Source="/CoverFlow/Images/nature18.png" />
            <Image Source="/CoverFlow/Images/nature19.png" />
            <Image Source="/CoverFlow/Images/nature20.png" />
            <Image Source="/CoverFlow/Images/nature21.png" />
        </telerikNavigation:RadCoverFlow>

4 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Borisov
Telerik team
answered on 17 Aug 2009, 01:58 PM
Hi Nadeem,

Currently, you cannot use UI elements inside our CoverFlow control as it was build for Silverlight 2, which doesn't support projection rendering of framework elements. However, we are currently building new version of the control that is based on Silverlight 3, and supports UI elements including MediaElement, which means you will be able to use videos inside the CoverFlow control. If you have any other questions, please get back to us.

Regards,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Joe
Top achievements
Rank 1
answered on 17 Aug 2009, 07:08 PM
Any time frame for when this new version will be released?

Also .. I cant seem to find a way to put a border around the items ..

Thanks,
Joe
0
noman nadeem
Top achievements
Rank 1
answered on 18 Aug 2009, 04:30 AM
hi
There is any other control of telerik in silverlight that can use like cover control but i want to show in tree or grid instead of images
or any other control can use like cover any example or project please
i want to show my data in presentable form that why
thanks in advance.
noman


0
Accepted
Hristo Borisov
Telerik team
answered on 18 Aug 2009, 08:27 AM
Hello Nadeem and Joe,

Currently, there isn't a control that works similar to RadCoverFlow and that allows UIElements such as treeview or grid. As I mentioned before, we are developing our new RadCoverFlow that will be able to do this. Moreover, we are developing a set of new panels that will enable you present and layout your elements in very advance scenarios, but unfortunately these are still in R&D phase and I cannot reveal any information.

Joe, we plan to release a beta version of our new RadCoverFlow control along with several other controls that are being developed right know. I cannot give you an exact time frame, but it should about a month from now. As you understand, we can decide to postpone a beta version of these controls, and include it for our Q3 release which is scheduled for November 2009.

Thank you for contacting us and we look forward to receiving feedback for our new controls once they are released. Keep up the good feedback you share.

All the best,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
CoverFlow
Asked by
noman nadeem
Top achievements
Rank 1
Answers by
Hristo Borisov
Telerik team
Joe
Top achievements
Rank 1
noman nadeem
Top achievements
Rank 1
Share this question
or