https://github.com/TBertuzzi/Xamarin.Forms.PageControl
Use the iOS paging control with Xamarin.Forms
https://github.com/TBertuzzi/Xamarin.Forms.PageControl
page pagecontrol xamarin xamarin-forms
Last synced: 3 days ago
JSON representation
Use the iOS paging control with Xamarin.Forms
- Host: GitHub
- URL: https://github.com/TBertuzzi/Xamarin.Forms.PageControl
- Owner: TBertuzzi
- Created: 2018-03-09T17:24:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T20:55:44.000Z (over 3 years ago)
- Last Synced: 2025-04-19T16:11:39.503Z (20 days ago)
- Topics: page, pagecontrol, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.62 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.PageControl ★6
README
# Xamarin.Forms.PageControl
use the iOS paging control with Xamarin.Forms
You can use any image in the paging control
###### This is the component, works on iOS and Android.
**NuGet**
|Name|Info|
| ------------------- | :------------------: |
|PageControl|[](https://www.nuget.org/packages/Xamarin.Forms.PageControl/)|**Platform Support**
MultiSelectListView is a .NET Standard 2.0 library.Its only dependency is the Xamarin.Forms
## Setup / Usage
In the Xaml file we must declare our control
xmlns:ci="clr-namespace:Xamarin.Forms.PageControl;assembly=Xamarin.Forms.PageControl" , for example .Uses the properties to define the images that will be displayed. Enter the index to save which page is selected.
Properties
* ShowIndicator : Displays the paging control.
* IndicatorHeight x IndicatorWidth : Control the size of paging images.
* SelectedIndicator x UnselectedIndicator : Image displayed on pagination.
* Position : Index indicating the page.
* ItemsSource : Collection of objects to feed control.Example :
```csharp
```
The complete example can be downloaded here: https://github.com/TBertuzzi/Xamarin.Forms.PageControl/tree/master/XFPageControlSample