TreeListViewColumnAutoWidthMode Enum
Specifies which column cells are used to calculate auto-width.
public enum TreeListViewColumnAutoWidthMode
Fields
| Name | Description |
|---|---|
| Both | Both the header and item cells in this column are used to calculate the width. |
| HeaderOnly | Only the header cells in this column are used to calculate the width. |
| ItemsOnly | Only the item cells in this column are used to calculate the width. |