[]
Specifies constants that define the row/column auto-sizing behavior.
[Flags]
public enum GridAutoSizeMode
Name | Description |
---|---|
Both | Autosizing accounts for header and data cells. |
Cells | Autosizing accounts for data cells. |
Headers | Autosizing accounts for header cells. |
None | Autosizing does not take neither cells nor headers into account. |