We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2c5bd commit 6ddf593Copy full SHA for 6ddf593
src/UniGetUI/Pages/DialogPages/PackageDetailsPage.xaml
@@ -168,6 +168,12 @@
168
</FlipViewItem>
169
</FlipView.Items>
170
</FlipView>
171
+ <PipsPager x:Name="FlipViewPipsPager"
172
+ HorizontalAlignment="Center"
173
+ Margin="0"
174
+ NumberOfPages="{x:Bind ScreenshotsCarroussel.Items.Count}"
175
+ SelectedPageIndex="{x:Bind Path=ScreenshotsCarroussel.SelectedIndex, Mode=TwoWay}" />
176
+
177
<Grid Name="IconsExtraBanner" Visibility="Collapsed">
178
<Grid.ColumnDefinitions>
179
<ColumnDefinition Width="*"/>
0 commit comments