ComponentOne Xamarin.iOS
AutoSizeRow Method


C1.iOS.Grid Assembly > C1.iOS.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
'Declaration
 
Public Sub AutoSizeRow( _
   ByVal row As Integer, _
   Optional ByVal header As Boolean _
) 
'Usage
 
Dim instance As FlexGrid
Dim row As Integer
Dim header As Boolean
 
instance.AutoSizeRow(row, header)
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