{"id":13711363,"url":"https://github.com/AndreiMisiukevich/ExpandableView","last_synced_at":"2025-05-06T20:32:42.345Z","repository":{"id":60773778,"uuid":"141817621","full_name":"AndreiMisiukevich/ExpandableView","owner":"AndreiMisiukevich","description":"Expandable view for Xamarin.Forms","archived":false,"fork":false,"pushed_at":"2023-02-21T06:21:58.000Z","size":600,"stargazers_count":174,"open_issues_count":0,"forks_count":17,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T12:47:03.549Z","etag":null,"topics":["collapsible","expandable","expandableview","expander","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/AndreiMisiukevich.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":"2018-07-21T13:54:39.000Z","updated_at":"2023-12-27T10:12:21.000Z","dependencies_parsed_at":"2024-06-19T02:07:06.649Z","dependency_job_id":null,"html_url":"https://github.com/AndreiMisiukevich/ExpandableView","commit_stats":{"total_commits":54,"total_committers":3,"mean_commits":18.0,"dds":0.09259259259259256,"last_synced_commit":"4a48b301820f747b8817e63a9110d265f70ee4a1"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiMisiukevich%2FExpandableView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiMisiukevich%2FExpandableView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiMisiukevich%2FExpandableView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiMisiukevich%2FExpandableView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreiMisiukevich","download_url":"https://codeload.github.com/AndreiMisiukevich/ExpandableView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252764696,"owners_count":21800734,"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":["collapsible","expandable","expandableview","expander","xamarin","xamarin-forms"],"created_at":"2024-08-02T23:01:07.418Z","updated_at":"2025-05-06T20:32:41.505Z","avatar_url":"https://github.com/AndreiMisiukevich.png","language":"C#","funding_links":[],"categories":["UI"],"sub_categories":[],"readme":"# IMPORTANT: THIS CONTROL WAS MERGED INTO XAMARIN COMMUNITY TOOLKIT \nhttps://github.com/xamarin/XamarinCommunityToolkit\n\n# ExpandableView control for Xamarin Forms\n\n## ExpandableView\nThis plugin provides opportunity to create expandable views\n\n![Sample GIF](https://media.giphy.com/media/39hpHTXx2KF2s6faYg/giphy.gif)\n\n## Setup\n* Available on NuGet: [ExpandableView](http://www.nuget.org/packages/ExpandableView) [![NuGet](https://img.shields.io/nuget/v/ExpandableView.svg?label=NuGet)](https://www.nuget.org/packages/ExpandableView)\n* Add nuget package to your Xamarin.Forms .netStandard/PCL project and to your platform-specific projects\n\n|Platform|Version|\n| ------------------- | ------------------- |\n|Xamarin.iOS|8.0+|\n|Xamarin.Android|15+|\n|Windows 10 UWP|10.0.10240+|\n\n**XAML:**\n```xml\n\u003cContentPage xmlns:expandable=\"clr-namespace:Expandable;assembly=ExpandableView\"\u003e\n...\n\u003cexpandable:ExpandableView\u003e\n    \u003cexpandable:ExpandableView.PrimaryView\u003e\n        //{YOUR MAIN VIEW HERE}\n    \u003c/expandable:ExpandableView.PrimaryView\u003e\n    \u003cexpandable:ExpandableView.SecondaryViewTemplate\u003e\n        \u003cDataTemplate\u003e\n            //{YOUR DROP-DOWN MENU TEMPLATE HERE} you can use DataTemplateSelector too\n        \u003c/DataTemplate\u003e\n    \u003c/expandable:ExpandableView.SecondaryViewTemplate\u003e\n\u003c/expandable:ExpandableView\u003e\n```\n\n**C#:**\n\nThe sample you can find here https://github.com/AndreiMisiukevich/ExpandableView/blob/master/ExpandableViewSample/App.cs\n\nCheck source code for more info, or ***just ask me =)***\n\n## License\nThe MIT License (MIT) see [License file](LICENSE)\n\n## Contribution\nFeel free to create issues and PRs 😃\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndreiMisiukevich%2FExpandableView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAndreiMisiukevich%2FExpandableView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndreiMisiukevich%2FExpandableView/lists"}