FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / AutoSizeFixedColumn Method
Column to resize.
Extra width to add to the column, in pixels.

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

    Parameters

    col
    Column to resize.
    extra
    Extra width to add to the column, in pixels.
    See Also