Key Features
ComponentOne Accordion for WPF allows you to create customized, rich applications. Make the most of Accordion for WPF by taking advantage of the following key features:
• Expand Direction
The C1Accordion control has the ability to expand in four different directions. The ExpandDirection property indicates which direction the control expands and can be set to Top, Right, Bottom, or Left. For more information, see the ExpandDirection topic.
• Custom Header
An accordion pane's header can be customized with both text and controls. For more information on the customizable header element, see Accordion Pane Header.
• Configure Items in an Organized Pattern
Accordion is designed to maximize space. Configure the size and position of C1Accordion to hide items until needed.
• Add Objects of any Data Type
Because the C1Accordion control inherits from ItemsControl, you can add objects of any data type to its Items collection and use a DataTemplate to create a visual representation of the items.