- value
- One of the System.Windows.Forms.ListViewAlignment values.
The ListView.ArrangeIcons(ListViewAlignment) method is only useful when the ListView.View property is set to View.LargeIcon or View.SmallIcon. This version of the ListView.ArrangeIcons(ListViewAlignment) method arranges the icons in the System.Windows.Forms.ListView based on the System.Windows.Forms.ListViewAlignment value specified in the value parameter. Calling this method does not change the value of the ListView.Alignment property of the control. This method is used to arrange icons on the control using a different value than that of the ListView.Alignment property. To cause the items to be aligned based on the value of the ListView.Alignment property, use the other version of the ListView.ArrangeIcons(ListViewAlignment) method.