Enum ListViewColumnWidthMode
Specifies the list view column width behavior of a list view.
public enum ListViewColumnWidthMode
Fields
AutoSize = 1
Adjust the width of the longest item in the column.
AutoSizeHeader = 2
Autosize to the width of the column heading
Fixed = 0
Fixed column width, using the Width property value.