Enum ListViewColumnWidthMode
Specifies the list view column width behavior of a list view.
public enum ListViewColumnWidthMode
Fields
AutoSize = 1
Adjust the width to the longest item in the column.
AutoSizeHeader = 2
Autosize column to the width of the column header text.
Fixed = 0
Fixed column width, using the Width property value of the column.
FixedInPercent = 3
Fixed column width in percents of the owner control's width, using the Width property value of the column.