ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / AllowColMove Property

In This Topic
    AllowColMove Property (C1List)
    In This Topic
    Enables/disables interactive column movement.
    Syntax
    'Declaration
     
    
    Public Property AllowColMove As Boolean
    public bool AllowColMove {get; set;}

    Property Value

    The default value is true.
    Remarks

    If True (the default), the user can move columns.

    If False, the user cannot move columns.

    Use the AllowColMove property to control whether the user can move columns by dragging the column header to the desired location. Any change in column order causes a C1.Win.C1List.ListBase.C1ListBase.ColMove event.

    See Also