The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi, I'm using the expander and I can't seem to find a way to only allow one item at a time. Accodian has ExpandMode="Multiple" but I don't see the equivalent.
Can you explain how to have only one item at a time please?
SRSivakumar R Syncfusion Team May 9, 2019 06:01 PM UTC
Hi Brian,
SfAccordion allows you to load multiple accordion items where it provides support for ExpandMode property which decides whether to allow user to expand sing or multiple items.
But Expander control allows you to load header and collapsible content. If you want to programmatically expand or collapse using IsExpanded property and also you can handle expanding or collapsing of content by using Expanding and Collapsing events. https://help.syncfusion.com/xamarin/sfexpander/getting-started#expand-and-collapse