ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumn Class / FixColumn Method / FixColumn(Boolean) Method
True to fix the column.

In This Topic
    FixColumn(Boolean) 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 _
    ) 
    public void FixColumn( 
       bool v
    )

    Parameters

    v
    True to fix the column.
    See Also