ListViewGroup::HeaderAlignment Property
.NET Framework (current version)
Gets or sets the alignment of the group header text.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property HorizontalAlignment HeaderAlignment { HorizontalAlignment get(); void set(HorizontalAlignment value); }
Property Value
Type: System.Windows.Forms::HorizontalAlignmentOne of the HorizontalAlignment values that specifies the alignment of the header text. The default is HorizontalAlignment::Left.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The specified value when setting this property is not a valid HorizontalAlignment value. |
Use this property to retrieve the header alignment or to change the alignment at run time. You can also set the header alignment in the ListViewGroup constructor.
.NET Framework
Available since 2.0
Available since 2.0
Show: