Xamarin.iOS Documentation | ComponentOne
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.


In This Topic
    AutoSizeRow Method
    In This Topic
    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