Items Control

The Items Control is a Silverlight control that is used to contain another control. Whereas other controls in the Items Control group are used to contain a collection of specific child contols (for example, a list box is used to contain a collection of list box items), the Items Control can contain any control.

Use the ItemsSource property to bind to the control that you want contained within the Items Control.

See Items Controls to view the usage and description of the properties for this control.