ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / DeadAreaBackColor Property

In This Topic
    DeadAreaBackColor Property (C1ListBase)
    In This Topic
    Controls the background color of the dead area in the list.
    Syntax
    'Declaration
     
    
    Public Property DeadAreaBackColor As Color
    public Color DeadAreaBackColor {get; set;}
    Remarks

    Setting this property will affect the appearance of the "dead area" of under populated controls, such as the area to the right of the last column, the area below the last data row, and the Outlook Grouping area.

    If the EmptyRows property is True, the empty data rows it creates are not considered part of the "dead area" and will not be displayed in the DeadAreaBackColor. If you wish for the area occupied by the empty rows to be shown in the DeadAreaBackColor, you should first set the EmptyRows property to False.

    See Also