WPF Toolkit the new Release is here
The new Release of WPF toolkit (dated Feb 22 2010) contains, over various bugfix, 3 new controls
- AutoCompleteBox
- => Represents a control that provides a text box for user input and a drop-down that contains possible matches based on the input in the textbox.
- Accordion
- => Represents a collection of collapsed and expanded AccordionItem controls
- Rating
- => The rating control used for user feedback (or something else)
E.