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

Navigation bars

4 Answers 93 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 26 May 2011, 02:38 PM
Hi,

I would like to know if it's possible change position of the scrollbars to upper left?

Thank's

4 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 26 May 2011, 03:13 PM
Hello Oliver,

 
You may take a look at the following onlihe help article for further info "Change the predefined scroll buttons".


All the best,
Vanya Pavlova
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
0
Oliver
Top achievements
Rank 1
answered on 31 May 2011, 04:52 PM
HI,

I'm trying to apply the changes I saw in the article you referred to me but the buttons never show up :( I can see an empty space for Row="0" of the grid but no buttons are visible :(

Here is the code:

 

 

<Grid>

 

 

 

<Grid.RowDefinitions>

 

 

 

<RowDefinition Height="30" />

 

 

 

<RowDefinition />

 

 

 

</Grid.RowDefinitions>

 

 

 

<StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Center">

 

 

 

<telerik:CarouselScrollButton x:Name="UnsignCtxCarouselPageDownButton" CarouselScrollButtonType="PageLeft" Click="UnsignCtxCarouselPageDownButton_Click" />

 

 

 

<telerik:CarouselScrollButton x:Name="UnsignCtxCarouselPageLeftButton" CarouselScrollButtonType="LineUp" Click="UnsignCtxPageCarouselLeftButton_Click" />

 

 

 

<telerik:CarouselScrollButton x:Name="UnsignCtxCarouselPageRightButton" CarouselScrollButtonType="LineDown" Click="UnsignCtxCarouselPageRightButton_Click" />

 

 

 

<telerik:CarouselScrollButton x:Name="UnsignCtxCarouselPageUpButton" CarouselScrollButtonType="PageRight" Click="UnsignCtxCarouselPageUpButton_Click" />

 

 

 

</StackPanel>

 

 

 

<telerik:RadCarousel Grid.Row="1" Name="UnsignCtxDocsCarousel" MouseRightButtonDown="SignCtxDocsCarousel_MouseRightButtonDown" VerticalScrollBarVisibility="Hidden" HorizontalScrollBarVisibility="Auto" IsSynchronizedWithCurrentItem="True">

 

 

 

<telerik:RadCarousel.ItemsPanel>

 

 

 

<ItemsPanelTemplate>

 

 

 

<telerik:RadCarouselPanel Path="{StaticResource horizontalPath}"/>

 

 

 

</ItemsPanelTemplate>

 

 

 

</telerik:RadCarousel.ItemsPanel>

 

 

 

</telerik:RadCarousel>

 

 

 

</Grid>

Thank's

0
Maya
Telerik team
answered on 31 May 2011, 05:59 PM
Hi Oliver,

I have tried to reproduce the issue you reported, but unfortunately without any success. May you take a look at the sample attached to verify whether there are any discrepancies when compared to your scenario ? 
 

Regards,
Maya
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
0
Oliver
Top achievements
Rank 1
answered on 31 May 2011, 06:43 PM
I'm sorry, everything is fine now, the problem was on my side :(

Thank's
Tags
Carousel
Asked by
Oliver
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Oliver
Top achievements
Rank 1
Maya
Telerik team
Share this question
or