{"id":13713112,"url":"https://github.com/TBertuzzi/Xamarin.Forms.PageControl","last_synced_at":"2025-05-06T23:30:35.504Z","repository":{"id":116267293,"uuid":"124571836","full_name":"TBertuzzi/Xamarin.Forms.PageControl","owner":"TBertuzzi","description":"Use the iOS paging control with Xamarin.Forms","archived":false,"fork":false,"pushed_at":"2021-10-05T20:55:44.000Z","size":1699,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T16:11:39.503Z","etag":null,"topics":["page","pagecontrol","xamarin","xamarin-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TBertuzzi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-09T17:24:50.000Z","updated_at":"2024-03-21T10:16:15.000Z","dependencies_parsed_at":"2024-05-13T00:51:06.904Z","dependency_job_id":"8adaac26-3f5a-419a-a297-c30e22f28fb2","html_url":"https://github.com/TBertuzzi/Xamarin.Forms.PageControl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.PageControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.PageControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.PageControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBertuzzi%2FXamarin.Forms.PageControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TBertuzzi","download_url":"https://codeload.github.com/TBertuzzi/Xamarin.Forms.PageControl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252787170,"owners_count":21804210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["page","pagecontrol","xamarin","xamarin-forms"],"created_at":"2024-08-02T23:01:27.666Z","updated_at":"2025-05-06T23:30:33.961Z","avatar_url":"https://github.com/TBertuzzi.png","language":"C#","funding_links":[],"categories":["UI"],"sub_categories":[],"readme":"# Xamarin.Forms.PageControl\n\nuse the iOS paging control with Xamarin.Forms\n \nYou can use any image in the paging control\n \n###### This is the component, works on iOS and Android.\n\n![](https://github.com/TBertuzzi/Xamarin.Forms.PageControl/blob/master/Resources/sample.png?raw=true)\n\n**NuGet**\n\n|Name|Info|\n| ------------------- | :------------------: |\n|PageControl|[![NuGet](https://buildstats.info/nuget/Xamarin.Forms.PageControl)](https://www.nuget.org/packages/Xamarin.Forms.PageControl/)|\n\n\n\n\n**Platform Support**\n\nMultiSelectListView is a .NET Standard 2.0 library.Its only dependency is the Xamarin.Forms\n\n## Setup / Usage\n\nIn the Xaml file we must declare our control \nxmlns:ci=\"clr-namespace:Xamarin.Forms.PageControl;assembly=Xamarin.Forms.PageControl\" , for example . \n\nUses the properties to define the images that will be displayed. Enter the index to save which page is selected.\n\nProperties\n\n* ShowIndicator : Displays the paging control.\n* IndicatorHeight x IndicatorWidth : Control the size of paging images.\n* SelectedIndicator x UnselectedIndicator : Image displayed on pagination.\n* Position : Index indicating the page.\n* ItemsSource : Collection of objects to feed control.\n\nExample :\n\n```csharp\n\n\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\u003cContentPage xmlns=\"http://xamarin.com/schemas/2014/forms\"\n             xmlns:x=\"http://schemas.microsoft.com/winfx/2009/xaml\"\n             xmlns:local=\"clr-namespace:PageControlSample\"\n             x:Class=\"PageControlSample.MainPage\" \n              xmlns:ci=\"clr-namespace:Xamarin.Forms.PageControl;assembly=Xamarin.Forms.PageControl\" \n           Padding=\"0,20,0,0\"\u003e\n\n    \u003cStackLayout\u003e\n        \u003cLabel Text=\"PageControl sample\" /\u003e\n\n        \u003cci:PageControl ShowIndicator=\"{Binding ShowIcons}\" IndicatorHeight=\"8\" IndicatorWidth=\"8\" UnselectedIndicator=\"unselected_circle.png\" SelectedIndicator=\"selected_circle.png\" Position=\"{Binding Position}\" ItemsSource=\"{Binding Screenshots}\" /\u003e\n\n        \u003cImage Source=\"{Binding Image}\"\u003e\u003c/Image\u003e\n       \n    \u003c/StackLayout\u003e\n\n\u003c/ContentPage\u003e\n\n\n```\nThe complete example can be downloaded here: https://github.com/TBertuzzi/Xamarin.Forms.PageControl/tree/master/XFPageControlSample\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTBertuzzi%2FXamarin.Forms.PageControl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTBertuzzi%2FXamarin.Forms.PageControl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTBertuzzi%2FXamarin.Forms.PageControl/lists"}