Skip to content

marcelwgn/PagerControlPolyfill

Repository files navigation

PagerControlPolyfill

This is a polyfill for the PagerControl control that was added in WinUI 2 but has not yet been released in WinUI 3.

The API is exactly the same as the WinUI 2 version. For the API please refer to https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.pagercontrol?view=winui-2.8-prerelease

Installation

Referencing the library

Using Git submodules

Add this repository as a submodule to your project. Then add a reference to the PagerControlPolyfill project in your solution.

To add the submodule, run the following command in your project's root directory:

  • HTTPS: git submodule add https://github.com/marcelwgn/PagerControlPolyfill.git
  • SSH: git submodule add git@github.com:marcelwgn/PagerControlPolyfill.git

NuGet

The package is available here: https://www.nuget.org/packages/PagerControlPolyfill/

About

PagerControlPolyfill

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages