C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGrid Class / AutoSizeRows Method
Index of the first row to resize.
Index of the last row to resize.
The type of row.
In This Topic
AutoSizeRows Method
In This Topic
Resizes a row range to fit their visible contents.
Syntax
public void AutoSizeRows( 
   int startRow,
   int endRow,
   GridRowColType rowType
)

Parameters

startRow
Index of the first row to resize.
endRow
Index of the last row to resize.
rowType
The type of row.
See Also