Search code examples
xamarin.formscollapsable

How can I make a collapsible panel in Xamarin.Forms?


Is there a way to make collapsible panels in Xamarin.Forms without purchasing it? I think, a template in a listview would not do, as the content of the panels will be different. I realize I can just make elements ivisible/visible, but if there is nothing better, I would appreciate an example that would look nice.


Solution

  • You can use "Accordion view " in xamarin.forms. Refer this link..https://www.c-sharpcorner.com/article/simple-accordion-user-control-in-xamarin-forms/