ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumn Class / FixColumn Method / FixColumn(Boolean,Int32) Method
True to fix the column.
The column index position after it is fixed.

In This Topic
    FixColumn(Boolean,Int32) Method
    In This Topic
    Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.
    Syntax
    'Declaration
     
    
    Public Overloads Sub FixColumn( _
       ByVal v As Boolean, _
       ByVal pos As Integer _
    ) 
    public void FixColumn( 
       bool v,
       int pos
    )

    Parameters

    v
    True to fix the column.
    pos
    The column index position after it is fixed.
    Remarks
    if v is True, the column is fixed and moved to the start position. If v is False, the column is unfixed and moved to the last position.
    See Also