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).
In This Topic
AutoSizeColumn Method
In This Topic
Resizes a column to fit their visible content.
Syntax
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