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

Parameters

startRow
Index of the first row to resize.
endRow
Index of the last row to resize.
header
Whether the row indexes refers to regular or header column rows.
See Also

Reference

FlexGrid Class
FlexGrid Members