{"id":23841874,"url":"https://github.com/tommigun1980/xamarin.forms.slideview","last_synced_at":"2025-09-07T17:32:19.153Z","repository":{"id":143435521,"uuid":"254699205","full_name":"Tommigun1980/Xamarin.Forms.SlideView","owner":"Tommigun1980","description":"A sliding view component for Xamarin.Forms","archived":false,"fork":false,"pushed_at":"2023-03-13T14:13:10.000Z","size":271,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-25T20:26:13.706Z","etag":null,"topics":["slide","slideview","sliding","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tommigun1980.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-04-10T17:48:40.000Z","updated_at":"2023-03-13T14:13:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a74ed13-09f0-4bd2-929b-1852fff3874b","html_url":"https://github.com/Tommigun1980/Xamarin.Forms.SlideView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tommigun1980/Xamarin.Forms.SlideView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tommigun1980%2FXamarin.Forms.SlideView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tommigun1980%2FXamarin.Forms.SlideView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tommigun1980%2FXamarin.Forms.SlideView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tommigun1980%2FXamarin.Forms.SlideView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tommigun1980","download_url":"https://codeload.github.com/Tommigun1980/Xamarin.Forms.SlideView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tommigun1980%2FXamarin.Forms.SlideView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274068321,"owners_count":25216886,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["slide","slideview","sliding","xamarin","xamarin-forms"],"created_at":"2025-01-02T18:21:37.775Z","updated_at":"2025-09-07T17:32:18.829Z","avatar_url":"https://github.com/Tommigun1980.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xamarin.Forms.SlideView\n*A sliding view component for Xamarin.Forms*\n\n![SlideView](Doc/SlideView.gif)\n\nNuGet package available at https://www.nuget.org/packages/Xamarin.Forms.SlideView/\n\n## Usage\n\nImport the SlideView assembly:\n```xaml\nxmlns:slideview=\"clr-namespace:Xamarin.Forms.SlideView;assembly=Xamarin.Forms.SlideView\"\n```\n\nPlace it in your view, and define contents for Pane0 (first pane), and Pane1 (pane that slides in):\n```xaml\n\u003cslideview:SlideView x:Name=\"mySlideView\"\u003e\n    \u003cslideview:SlideView.Pane0\u003e\n        \u003c!-- Your controls... --\u003e\n    \u003c/slideview:SlideView.Pane0\u003e\n    \n    \u003cslideview:SlideView.Pane1\u003e\n        \u003c!-- Your controls... --\u003e\n    \u003c/slideview:SlideView.Pane1\u003e\n\u003c/slideview:SlideView\u003e\n```\n\nTo toggle between the panes, set the PanePriority property on your SlideView to SlideView.SlideViewPanePriority.Pane0 or SlideView.SlideViewPanePriority.Pane1:\n```c#\nusing Xamarin.Forms.SlideView;\n\n// ...\n\nthis.mySlideView.PanePriority = SlideView.SlideViewPanePriority.Pane0; // displays first pane\nthis.mySlideView.PanePriority = SlideView.SlideViewPanePriority.Pane1; // displays second pane\n```\n\nSee [SlideView.xaml.cs](Xamarin.Forms.SlideView/SlideView.xaml.cs) for all bindable properties.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommigun1980%2Fxamarin.forms.slideview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftommigun1980%2Fxamarin.forms.slideview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommigun1980%2Fxamarin.forms.slideview/lists"}