ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / AutoSizeRow Method
Index of the row to resize.
Extra height to add to the row, in pixels.

In This Topic
    AutoSizeRow Method (C1FlexGrid)
    In This Topic
    Resizes a row to fit its visible contents.
    Syntax
    'Declaration
     
    
    Public Sub AutoSizeRow( _
       ByVal row As Integer, _
       ByVal extra As Double _
    ) 
    public void AutoSizeRow( 
       int row,
       double extra
    )

    Parameters

    row
    Index of the row to resize.
    extra
    Extra height to add to the row, in pixels.
    See Also