Silverlight Toolkit Overview, Part 1 - 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 text box.
All live samples require Silverlight 3. Get Silverlight 3.
TreeView
Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
Accordion
Represents a collection of collapsed and expanded AccordionItem controls.
NumericUpDown
Represents a control that enables single value selection from a numeric range of values through a Spinner and TextBox.
TimeUpDown
Represents a control that uses a spinner and textbox to allow a user to input time.
TimeUpDown & ListTimePickerPopup
TimePicker represents a control that allows the user to select a time.
ListTimePickerPopup represents a time picker popup that allows choosing time from a ListBox.
TimeUpDown & RangeTimePickerPopup
TimePicker represents a control that allows the user to select a time.
RangeTimePickerPopup Represents a time picker popup that allows choosing time through 3 sliders: Hours, Minutes and seconds.
DomainUpDown
Represents a control that enables single value selection from a domain of values through a Spinner and TextBox.
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.
Viewbox
Defines a content decorator that can stretch and scale a single child to fill the available space.
DockPanel
Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
WrapPanel
Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.
GridSplitter
Represents a control that redistributes space between the rows of columns of a Grid control.
TabControl
Represents a control that contains multiple items that share the same space on the screen.
DatePicker
Represents a control that allows the user to select a date.
Calendar
Represents a control that enables a user to select a date by using a visual calendar display.
LayoutTransformer
Represents a control that applies a layout transformation to its Content.
TransitioningContentControl
Represents a control with a single piece of content and when that content changes performs a transition animation.
More resources