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.
Our users would like the ability to collapse the entire accordion. My googling found that other platforms allow a "Collapsible" property, but I can't find that property in UWP. It appears that you are forced to keep one section open.
SMSugapriya Mariappan Syncfusion Team May 25, 2016 08:31 AM UTC
Hi Deanna,
Thank you for contacting Syncfusion Support.
We don’t have Collapsible Property in our SfAccordion control.Instead we have a SelectionMode property to change the number of items that can be displayed on the Accordion Control
Default SelectionMode is One.Hence one element must be in Expanded State.
We have also attached a sample with ZeroorOne SelectionMode. Here you can select one item at a time and also unselect all the items Sample: SfAccordionSelectionSample
Regards, M.Sugapriya
DDDeanna DelapasseMay 26, 2016 01:03 PM UTC
Thank you! One other question...can I disable the pinch/zoom capability? My tester keeps accidentally resizing the accordion control.
VRVenkateshwaran Ramdoss Syncfusion Team May 27, 2016 10:48 AM UTC
Hi Deanna,
We can disable the zoom option in SfAccrodion control by using the property, "ScrollViewer.ZoomMode". We have prepared a sample for the same by disabling the property "ScrollViewer.ZoomMode." Please download the sample from the below link.