An open API service indexing awesome lists of open source software.

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

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).