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

Controls usable in CoverFlowItem

1 Answer 25 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Walter
Top achievements
Rank 1
Walter asked on 07 Feb 2014, 04:44 PM
Hello,
I'm working on implementing the CoverFlow and having some odd behavior in design mode. When in design mode and running the page my custom controls appear where they should but an outline of the CoverflowItem and grid appear in the upper left corner of the design window in design mode.  Can I use any controls inside it or just certain types?

Here is the structure of one Item I'm having problems with:
​<telerik:RadCoverFlowItem Width="600" Height="450" Background="Gray" >
 <StackPanel >
 <Grid >
 <Grid.ColumnDefinitions>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
<ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
<ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 <ColumnDefinition Width="30"></ColumnDefinition>
 </Grid.ColumnDefinitions>
 <Grid.RowDefinitions>
 <RowDefinition Height="30"></RowDefinition>
 </Grid.RowDefinitions><MyCustomControl Grid.Row="0" Grid.Column="0"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="1"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="2"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="3"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="4"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="5"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="6"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="7"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="8"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="9"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="10"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="11"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="12"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="13"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="14"></MyCustomControl>
 <MyCustomControl Grid.Row="0" Grid.Column="15"></MyCustomControl> </Grid>
</StackPanel>
 </telerik:RadCoverFlowItem>


1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 12 Feb 2014, 08:43 AM
Hi,

We are not sure what exactly the issue is when accessing the RadCoverFlow control in the Visual Studios designer. We noticed that you have added Width="600" Height="450" to the RadCoverFlowItem, make sure that the d:DesignHeight and d:DesignWidth of the MainPage are set correctly in order to see that content.

I recorded a short video for you showing how the scenarios runs on our side and that the contents of the RadCoverFlowItem are accessible via the designer.

Regards,
Vladi
Telerik

Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).

Tags
CoverFlow
Asked by
Walter
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or