https://github.com/syncfusionexamples/xamarin-populate-accordion-items-using-bindable-layout
This repository contains the sample which showcases how to populate the accordion items using bindable layout
https://github.com/syncfusionexamples/xamarin-populate-accordion-items-using-bindable-layout
accordion bindable-layout data-loading xamarin-forms
Last synced: about 2 months ago
JSON representation
This repository contains the sample which showcases how to populate the accordion items using bindable layout
- Host: GitHub
- URL: https://github.com/syncfusionexamples/xamarin-populate-accordion-items-using-bindable-layout
- Owner: SyncfusionExamples
- Created: 2019-07-04T07:25:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T13:45:36.000Z (over 1 year ago)
- Last Synced: 2025-02-08T20:48:17.706Z (3 months ago)
- Topics: accordion, bindable-layout, data-loading, xamarin-forms
- Language: C#
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to populate AccordionItems using Bindable layout?
The [SfAccordion](https://help.syncfusion.com/cr/cref_files/xamarin/Syncfusion.Expander.XForms~Syncfusion.XForms.Accordion.SfAccordion.html) allows to set a collection of items by setting `BindableLayout.ItemsSource` and `BindableLayout.ItemTemplate` properties. The Accordion supports Bindable Layout in Xamarin.Forms version 3.5 and above.
```xml
```You can also refer our UG documentation to know more about [BindableLayout](https://help.syncfusion.com/xamarin/accordion/bindablelayout).