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

Centering ThumbnailList

10 Answers 71 Views
PaginationControl
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
bento
Top achievements
Rank 2
bento asked on 31 Aug 2013, 07:32 AM
Hi,

I tried to centering dots using this but not works. Dots always align left. Can you help ?

<telerikPrimitives:RadPaginationControl.ThumbnailListStyle>
    <Style x:Name="StyleBullet" TargetType="telerikPagination:PaginationThumbnailListControl">
        <Setter Property="VerticalAlignment"
                Value="Top" />
        <Setter Property="HorizontalAlignment"
                Value="Center" />
    </Style>
</telerikPrimitives:RadPaginationControl.ThumbnailListStyle>

10 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 05 Sep 2013, 07:51 AM
Hello,

Thank you for reporting this.

We will release an internal build containing the fix next week.

I have updated your telerik points for your cooperation.
 
Regards,
Todor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
julien
Top achievements
Rank 1
answered on 24 Oct 2013, 01:27 PM
Still doesn't work for me...
Is it normal ?
0
bento
Top achievements
Rank 2
answered on 24 Oct 2013, 02:18 PM
Update to latest version. Telerik already fix it...
0
julien
Top achievements
Rank 1
answered on 24 Oct 2013, 02:57 PM
Ok thanks,
works well in Q3 2013 release...
0
Ryan
Top achievements
Rank 1
answered on 20 Nov 2014, 07:07 AM
Is this broken again? I'm getting the thumbnails aligned to the left.
0
Vladislav
Telerik team
answered on 24 Nov 2014, 08:49 AM
Hi Ryan,

We aren't aware of any problems related to the thumbnails positioning.
Is it possible to send us your project (or just the relevant part of it) in order to reproduce/investigate the described problem?

Thank you in advance.

Regards,
Vladislav
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ryan
Top achievements
Rank 1
answered on 26 Nov 2014, 07:20 AM
Hi Vladislav,

I solved my problem with the following styling:
<telerikPrimitives:RadPaginationControl.ThumbnailListStyle>
    <Style TargetType="telerikPagination:PaginationThumbnailListControl">
        <Setter Property="HorizontalAlignment" Value="Center"/>
    </Style>
</telerikPrimitives:RadPaginationControl.ThumbnailListStyle>

It appears the alignment is set to stretch, however the thumbnails were not centered within the control.
0
Bojan
Top achievements
Rank 1
answered on 28 Aug 2015, 04:39 AM

Hi.

I just noticed that vertical alignment works only if PaginationThumbnailListControl Height property is defined.

If you don't define it it won't align.

 

regards

0
Vladislav
Telerik team
answered on 01 Sep 2015, 10:26 AM
Hi Bojan,

Thank you for this report. We are aware of this limitation of the RadPagination control.

Regards,
Vladislav
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Bojan
Top achievements
Rank 1
answered on 01 Sep 2015, 10:41 AM

Hi Vlad,

You knowing is only one more reason to put that in documentation (I couldn't find it), so people wouldn't lose valuable time while developing to discover that bug by them self. ;-)

Regards

 

 

Tags
PaginationControl
Asked by
bento
Top achievements
Rank 2
Answers by
Todor
Telerik team
julien
Top achievements
Rank 1
bento
Top achievements
Rank 2
Ryan
Top achievements
Rank 1
Vladislav
Telerik team
Ryan
Top achievements
Rank 1
Bojan
Top achievements
Rank 1
Share this question
or