Overview of .NET MAUI Accordion (SfAccordion)
26 Jun 20264 minutes to read
The .NET MAUI Accordion (SfAccordion) offers a vertically collapsible panel with stacked headers, allowing the expansion or collapse of one or multiple items simultaneously.

Business use cases
- FAQ or help sections with collapsible question‑answer visualization.
- Form sections grouped into expandable category layouts for structured input.
- Mobile apps with limited screen space needing compact, responsive UI design.
- Product descriptions and detail sections with expandable content presentation.
Key features
- Data binding populates Accordion items by binding collections using .NET MAUI BindableLayout.
- Expand modes support single or multiple item expansion.
- Animation support provides smooth expand and collapse animations with customizable duration.
Globalization
The following table summarizes the globalization support available in this control.
| Control | Localization | RTL | Time zone | Screen reader | Keyboard navigation |
|---|---|---|---|---|---|
| Accordion |
Related controls
- Expander for expanding and collapsing a single content section.
- Navigation Drawer for slide‑in navigation panels and grouped menus.
- Tab View for organizing content into tabbed sections.
See Also
- Getting Started shows how to begin using the Accordion step by step.
- Bindable Layout explains how to bind Accordion items to collections.
- Events show how to handle interactions and customize behavior.
- UI Kit provides interactive demos and ready-made UI examples.
Resources
Feature Tour
Get a quick overview of key features and capabilities to kick start your journey.
Explore Features
Showcase Samples
Explore real-world sample apps to see components in action and learn by example.
View Samples
Tutorial Videos
Watch step‑by‑step video guides to quickly understand concepts and implementation.
Watch now
Knowledge Base
Find practical solutions, troubleshooting tips and how‑to guides for common scenarios.
Search KB's