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

In This Topic
    ExtendRightColumn Property (DropDownList)
    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;}

    Property Value

    The default value is false.
    Remarks
    If the columns in the list don`t take up all of the space available, then there is an area which is exposed. This area is called the dead area and has a default back color of gray. This property sets whether this area is to be filled with the last column of the list.
    See Also