Client-Side API Reference > FlexGrid > wijmo.grid > AutoSizeMode Enum |
Name | Value | Description |
---|---|---|
None | 0 |
Autosizing is disabled. |
Headers | 1 |
Autosizing accounts for header cells. |
Cells | 2 |
Autosizing accounts for data cells. |
Both | Headers | Cells |
Autosizing accounts for header and data cells. |
Specifies constants that define the row/column auto-sizing behavior.