WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
FlexGrid Class
/ AutoSizeColumn Method
Index of the column to resize.
The type of column (Footer not supported).
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
AutoSizeColumn Method
In This Topic
Resizes a column to fit their visible content.
Syntax
C#
public
void
AutoSizeColumn(
int
col
,
GridRowColType
columnType
)
Parameters
col
Index of the column to resize.
columnType
The type of column (Footer not supported).
See Also
Reference
FlexGrid Class
FlexGrid Members