Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 497 Bytes

Paginator.Avalonia

nuget

Example

How to use

Add StyleInclude

  <StyleInclude Source="avares://Paginator.Avalonia/View/PaginatorControl.xaml" />

Add Control

  <controls:PaginatorControl Name="PaginatorControl" Grid.Row="1" PageCount="7" PageNumb="{Binding CurrentPage,Mode=TwoWay}" />