WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / AutoSizeRow Method
Index of the row to resize.
The type of row.
In This Topic
    AutoSizeRow Method
    In This Topic
    Resizes a row to fit their visible contents.
    Syntax
    public void AutoSizeRow( 
       int row,
       GridRowColType rowType
    )

    Parameters

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