Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AndreiMisiukevich/ExpandableView
Expandable view for Xamarin.Forms
https://github.com/AndreiMisiukevich/ExpandableView
collapsible expandable expandableview expander xamarin xamarin-forms
Last synced: 30 days ago
JSON representation
Expandable view for Xamarin.Forms
- Host: GitHub
- URL: https://github.com/AndreiMisiukevich/ExpandableView
- Owner: AndreiMisiukevich
- License: mit
- Created: 2018-07-21T13:54:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T06:21:58.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T23:26:09.584Z (about 1 month ago)
- Topics: collapsible, expandable, expandableview, expander, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 586 KB
- Stars: 174
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - ExpandableView ★178
README
# IMPORTANT: THIS CONTROL WAS MERGED INTO XAMARIN COMMUNITY TOOLKIT
https://github.com/xamarin/XamarinCommunityToolkit# ExpandableView control for Xamarin Forms
## ExpandableView
This plugin provides opportunity to create expandable views![Sample GIF](https://media.giphy.com/media/39hpHTXx2KF2s6faYg/giphy.gif)
## Setup
* 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)
* Add nuget package to your Xamarin.Forms .netStandard/PCL project and to your platform-specific projects|Platform|Version|
| ------------------- | ------------------- |
|Xamarin.iOS|8.0+|
|Xamarin.Android|15+|
|Windows 10 UWP|10.0.10240+|**XAML:**
```xml...
//{YOUR MAIN VIEW HERE}
//{YOUR DROP-DOWN MENU TEMPLATE HERE} you can use DataTemplateSelector too
```
**C#:**
The sample you can find here https://github.com/AndreiMisiukevich/ExpandableView/blob/master/ExpandableViewSample/App.cs
Check source code for more info, or ***just ask me =)***
## License
The MIT License (MIT) see [License file](LICENSE)## Contribution
Feel free to create issues and PRs 😃