https://github.com/msangtarash/xamarinformsacordeonlistview
Acordeon using Syncfusion's list view
https://github.com/msangtarash/xamarinformsacordeonlistview
syncfusion xamarin-forms
Last synced: about 1 year ago
JSON representation
Acordeon using Syncfusion's list view
- Host: GitHub
- URL: https://github.com/msangtarash/xamarinformsacordeonlistview
- Owner: msangtarash
- Created: 2018-09-27T12:29:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T13:45:36.000Z (over 7 years ago)
- Last Synced: 2025-03-24T03:32:37.990Z (over 1 year ago)
- Topics: syncfusion, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xamarin Forms Acordeon
For **iOS** , **Android** and **UWP**
## Prerequisites
Syncfucion [SFListView](https://help.syncfusion.com/xamarin/sflistview/getting-started)
How does it work?
1- Create group for every item in items source. [Here](https://github.com/msangtarash/XamarinFormsAcordeonListView/blob/master/src/XamarinFormsAcordeonListView/AcordeonListView.xaml.cs#L14)
2- Use ItemTemplate as acordeon's detail template and its GroupHeaderTemplate as master item header of acordeon.
3- Use [ExapantionIndicatorConverter](https://github.com/msangtarash/XamarinFormsAcordeonListView/blob/master/src/XamarinFormsAcordeonListView/AcordeonListView.xaml.cs#L18) to manage ▲ ▼ indicators.
