FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / AutoSizeRow Method
Index of the row to resize.
The type of row.

In This Topic
    AutoSizeRow Method (FlexGrid)
    In This Topic
    Resizes a row to fit their visible contents.
    Syntax
    'Declaration
     
    Public Sub AutoSizeRow( _
       ByVal row As Integer, _
       Optional ByVal rowType As GridRowColType _
    ) 
    public void AutoSizeRow( 
       int row,
       GridRowColType rowType
    )

    Parameters

    row
    Index of the row to resize.
    rowType
    The type of row.
    See Also