The WPF Accordion control is a container that expands and collapses specific content from a stacked list of items. Users can select and expand one or more items.
The WPF Accordion supports powerful data binding displays a header and content in a view. It allows developers to design their application in the MVVM pattern, binding a selected item, and notifying the changes to expansion modes and orientations.
The WPF Accordion control allows you to customize the expand and collapse actions interactively and programmatically.
Different expansion modes allow for multiple expanded items as well as a single expanded item.
Collapsible panels support animation when expanding or collapsing the accordion item. The animation behavior is customizable.
Easily get started with the WPF Accordion using a few simple lines of C# code as demonstrated below. Also explore our WPF Accordion Example that shows you how to render and configure the WPF Accordion.
<syncfusion:SfAccordion>
<syncfusion:SfAccordionItem Header="WPF" Content="Essential Studio for WPF"/>
<syncfusion:SfAccordionItem Header="Silverlight" Content="Essential Studio for Silverlight"/>
<syncfusion:SfAccordionItem Header="WinRT" Content="Essential Studio for WinRT"/>
<syncfusion:SfAccordionItem Header="Windows Phone" Content="Essential Studio for Windows Phone"/>
<syncfusion:SfAccordionItem Header="Universal" Content="Essential Studio for Universal"/>
</syncfusion:SfAccordion>
SfAccordion accordion = new SfAccordion();
accordion.Items.Add(new SfAccordionItem() { Header = "WPF", Content = "Essential Studio for WPF" });
accordion.Items.Add(new SfAccordionItem() { Header = "Silverlight", Content = "Essential Studio for Silverlight" });
accordion.Items.Add(new SfAccordionItem() { Header = "WinRT", Content = "Essential Studio for WinRT" });
accordion.Items.Add(new SfAccordionItem() { Header = "Windows Phone", Content = "Essential Studio for Windows Phone" });
accordion.Items.Add(new SfAccordionItem() { Header = "Universal", Content = "Essential Studio for Universal" });
We do not sell the WPF Accordion control separately. It is only available for purchase as part of the Syncfusion WPF suite, which contains over 100 WPF controls, including Accordion. A single developer license for the Syncfusion Essential Studio for WPF suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
No, our 100+ WPF controls, including Accordion, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Accordion alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 100+ WPF controls for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.