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

Parameters

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

Reference

FlexGrid Class
FlexGrid Members