Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/TBertuzzi/Xamarin.Forms.PageControl
- Owner: TBertuzzi
- Created: 2018-03-09T17:24:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T20:55:44.000Z (about 3 years ago)
- Last Synced: 2024-11-08T14:11:07.206Z (about 1 month ago)
- Topics: page, pagecontrol, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.62 MB
- Stars: 5
- Watchers: 3
- 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.![](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