Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 29 days ago
JSON representation

Use the iOS paging control with Xamarin.Forms

Awesome Lists containing this project

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.

![](https://github.com/TBertuzzi/Xamarin.Forms.PageControl/blob/master/Resources/sample.png?raw=true)

**NuGet**

|Name|Info|
| ------------------- | :------------------: |
|PageControl|[![NuGet](https://buildstats.info/nuget/Xamarin.Forms.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