ComponentOne Xamarin Edition
AutoSizeColumn Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > FlexGrid Class : AutoSizeColumn Method
Index of the column to resize.
Whether the column index refers to a regular or a header row column.
Resizes a column to fit their visible content.
Syntax
public void AutoSizeColumn( 
   int col,
   bool header
)

Parameters

col
Index of the column to resize.
header
Whether the column index refers to a regular or a header row column.
See Also

Reference

FlexGrid Class
FlexGrid Members