Following are some of the main features of Accordion that you may find useful:
Expand Direction
The Accordion control can expand in four different directions. The ExpandDirection property gives an idea about the direction in which the control will expand. It can be set to Up, Down, Right, or Left.
Highly Customizable
The Accordion control can be used store text, images and other simple controls like ComboBox, TextBox, RangesSider etc.
Configure Items in an Organized Pattern
Accordion has been designed to maximize space and configure items in an ordered manner.
Add Objects of any Data Type
The Accordion control is an ItemsControl, so you can add objects of any data type to its Items collection and use a DataTemplate to create a visual representation of the items.