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

Change CarouselItem position in Carousel

1 Answer 42 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Przemysław
Top achievements
Rank 1
Przemysław asked on 20 Jun 2014, 09:06 PM
Hi,
I have problem with Carousel Items. I have grid with RadCarousel control and I would like to rise Carousel Items. Everything is shown on image. Could you tell me where I can change Items position?
My cod:
 <telerik:RadCarousel 
                             x:Name="sampleRadCarousel"
                            Background="Transparent"
                             ItemsSource="{Binding CarouselCollection}"
                             HorizontalAlignment="Center" 
                             AllowDrop="True"
                             Panel.ZIndex="4" 
                             Grid.Column="1"
                             HorizontalScrollBarVisibility="Disabled"
                            
                             carouselDragDrop:CarouselDragDropBehavior.IsEnabled="True">
                    <telerik:RadCarousel.ItemsPanel>
                        <ItemsPanelTemplate>
                            <telerik:RadCarouselPanel HorizontalAlignment="Center" VerticalAlignment="Top" IsItemsHost="True" />
                        </ItemsPanelTemplate>
                    </telerik:RadCarousel.ItemsPanel>
                    <telerik:RadCarousel.ItemTemplate>
                        <DataTemplate>
                            <telerik:Tile TileType="Single" Height="120" Width="150">
                                <Grid >
                                    <TextBlock Text="Travel"/>
                                </Grid>
                            </telerik:Tile>
                        </DataTemplate>
                    </telerik:RadCarousel.ItemTemplate>
                </telerik:RadCarousel>

1 Answer, 1 is accepted

Sort by
0
Przemysław
Top achievements
Rank 1
answered on 22 Jun 2014, 10:27 AM
Problem solved, I close thread.
Tags
Carousel
Asked by
Przemysław
Top achievements
Rank 1
Answers by
Przemysław
Top achievements
Rank 1
Share this question
or