From dfbc63dbf99bb65c70dbbac34c0198fd3d751925 Mon Sep 17 00:00:00 2001 From: Ariel De Los Santos Date: Thu, 2 Nov 2023 09:04:25 -0400 Subject: [PATCH] chore(PipsPager): add material tab to sample page --- .../SamplePages/PipsPagerSamplePage.xaml | 91 +++++++++++++++++-- 1 file changed, 81 insertions(+), 10 deletions(-) diff --git a/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/PipsPagerSamplePage.xaml b/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/PipsPagerSamplePage.xaml index 0ee20682c..d37a786f4 100644 --- a/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/PipsPagerSamplePage.xaml +++ b/Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages/PipsPagerSamplePage.xaml @@ -55,15 +55,87 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orientation="Horizontal" /> @@ -71,7 +143,7 @@ smtx:XamlDisplayExtensions.Header="PipsPager with vertical orientation"> + Orientation="Vertical" /> @@ -79,7 +151,7 @@ smtx:XamlDisplayExtensions.Header="PipsPager with 10 visible glyphs"> + MaxVisiblePips="10" /> @@ -89,7 +161,7 @@ + PreviousButtonVisibility="Visible" /> @@ -99,7 +171,7 @@ + PreviousButtonVisibility="VisibleOnPointerOver" /> @@ -107,19 +179,18 @@ smtx:XamlDisplayExtensions.Header="PipsPager integrated with a FlipView"> - - + SelectedPageIndex="{Binding SelectedIndex, ElementName=FluentGallery, Mode=TwoWay}" /> -