Displays column headers in a ListView.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class ListViewHeaderRow : ListViewItemBase, 
	INotifyPropertyChanged
Visual Basic
Public Class ListViewHeaderRow _
	Inherits ListViewItemBase _
	Implements INotifyPropertyChanged
Visual C++
public ref class ListViewHeaderRow : public ListViewItemBase, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls..::..ListBoxItem
              Mindscape.SilverlightElements..::..ListViewItemBase
                Mindscape.SilverlightElements..::..ListViewHeaderRow

See Also