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

In This Topic
    ExtendRightColumn Property (C1Combo)
    In This Topic
    Returns or sets whether the last column will extend to fill the dead area of the list.
    Syntax
    'Declaration
     
    
    Public Property ExtendRightColumn As Boolean
    public bool ExtendRightColumn {get; set;}
    See Also