ListView.Alignment Property

Definition

Gets or sets the alignment of items in the control.

public:
 property System::Windows::Forms::ListViewAlignment Alignment { System::Windows::Forms::ListViewAlignment get(); void set(System::Windows::Forms::ListViewAlignment value); };
public System.Windows.Forms.ListViewAlignment Alignment { get; set; }
member this.Alignment : System.Windows.Forms.ListViewAlignment with get, set
Public Property Alignment As ListViewAlignment

Property Value

One of the ListViewAlignment values. The default is Top.

Exceptions

The value specified is not one of the ListViewAlignment values.

Remarks

The Alignment property only affects alignment when the View property is set to LargeIcon or SmallIcon.

Note

This property has no effect with the View property is set to List.

Applies to

See also