|
Accordion
The Accordion control is an ItemsControl e.g. it can contain a collection of objects of any type (string, image, a WPF control like panel, text box etc). The items can be expanded and collapsed. The header of each accordion item is completely customizable through templates.
The accordion control is used here to build a questionnaire
|
|
Calendar
The Calendar control represents a time table, which can be customized to show a single month with its days, an year with its months, a day with its hours and a century with its years. It supports multiple selection of items in any of the views, various events for user interaction and an easy to customize interface. Changing the views is also easy - just with a mouse click.
The calendar control with CurrentView set to 'Month'
|