ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ColResize Event

In This Topic
    ColResize Event (C1Combo)
    In This Topic
    Fires after the user has finished resizing a column.
    Syntax
    'Declaration
     
    
    Public Event ColResize As ColResizeEventHandler
    public event ColResizeEventHandler ColResize
    Event Data

    The event handler receives an argument of type ColResizeEventArgs containing data related to this event. The following ColResizeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value indicating that sizing should be ignored.  
    Indicates the position in the DisplayColumns collection.  
    See Also