ListViewGroup::HeaderAlignment Property

 

Gets or sets the alignment of the group header text.

Namespace:   System.Windows.Forms
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::HorizontalAlignment

One 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
Return to top
Show: