Silverlight Toolkit Overview, Part 1 - Controls
AutoCompleteBox
Represents a control that combines a text box and a drop down popup containing a selection control. AutoCompleteBox allows users to filter an items list.
DockPanel
Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
Expander
Represents a control that displays a header and has a collapsible content window.
HeaderedContentControl
The base class for all controls that contain single content and have a header.
HeaderedItemsControl
Represents a control that contains multiple items and have a header.
Label
Represents the text label for a control.
NumericUpDown
Represents a control that enables single value selection from a numeric range of values through a Spinner and TextBox.
TreeView
Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
Viewbox
Defines a content decorator that can stretch and scale a single child to fill the available space.
WrapPanel
Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.
More resources
- Introduction
- TreeView
- AutoCompleteBox
- NumericUpDown
- DockPanel
- Viewbox
- Expander
- Label
- HeaderedContentControl & HeaderedItemsControl