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

[Solved] Pagination. change ListItemTemplate

1 Answer 52 Views
Pagination for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Владимир
Top achievements
Rank 1
Владимир asked on 27 Jun 2014, 08:28 AM
XAML:
  <telerik:RadPaginationControl PageProvider="{Binding ElementName=pages}" DisplayMode="Thumbnails">
    <telerik:RadPaginationControl.ListItemTemplate>
       <DataTemplate>
          <ContentControl>
             <TextBlock Text="{Binding Tag}" </TextBlock>
          </ContentControl>
       </DataTemplate>
    </telerik:RadPaginationControl.ListItemTemplate>
</telerik:RadPaginationControl>


​ <FlipView x:Name="pages">
   <FlipViewItem Tag="Page1">
      <Grid>
      </Grid>
   </FlipViewItem>

  <FlipViewItem Tag="Page2">
      <Grid>
      </Grid>
   </FlipViewItem>

I need use FlipViewItem Tag property as "Thumbnail"

this work in design time, but not in runtime

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 02 Jul 2014, 07:18 AM
Hello Vladimir,

Thank you for contacting us.

I cannot see anything wrong with the code you have sent us. I have used it in a sample project and it works fine. Please, take a look and let us know if it works on your side or modify it in order to reproduce the issue.

I look forward to your reply.

Regards,
Rosy Topchiyska
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.

 
Tags
Pagination for XAML
Asked by
Владимир
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or