Xuni Product Documentation - Xamarin.Forms
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexGrid Class
FlexGrid Members