Represents a control that can be used to present a collection of items.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[StyleTypedPropertyAttribute(Property = "ItemStyle", StyleTargetType = typeof(ContentControl))]
public class C1ItemsControl : ItemsControl
Visual Basic
<StyleTypedPropertyAttribute(Property := "ItemStyle", StyleTargetType := GetType(ContentControl))> _
Public Class C1ItemsControl _
	Inherits ItemsControl
XAML Object Element Usage
<C1ItemsControl .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Phone..::..C1ItemsControl
              C1.Phone..::..C1ListBox

See Also