FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / AutoSizeFixedRow Method
Index of the row to resize.
Extra height to add to the row, in pixels.

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

    Parameters

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