Enum TableViewColumnAutoWidthMode
Specifies the behavior for automatic column width.
public enum TableViewColumnAutoWidthMode
Fields
Both = 0Column width is adjusted to both header and maximum cell width.
Cells = 1Column width is adjusted to maximum cell width.
Header = 2Column width is adjusted to header width.