A simple HeaderedItemsControl implementation.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class HeaderedItemsControl : ItemsControl
Visual Basic
Public Class HeaderedItemsControl _
	Inherits ItemsControl
Visual C++
public ref class HeaderedItemsControl : public ItemsControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Mindscape.PhoneElements..::..HeaderedItemsControl
              Mindscape.PhoneElements.Charting..::..Legend

See Also