ComponentOne Xamarin Edition
AutoSizeColumns Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > FlexGrid Class : AutoSizeColumns Method
Index of the first column to resize.
Index of the last column to resize.
Whether the column indexes refers to regular or header row columns.
Resizes a column range to fit their visible content.
Syntax
public void AutoSizeColumns( 
   int startCol,
   int endCol,
   bool header
)

Parameters

startCol
Index of the first column to resize.
endCol
Index of the last column to resize.
header
Whether the column indexes refers to regular or header row columns.
See Also

Reference

FlexGrid Class
FlexGrid Members