ComponentOne List for WinForms
In This Topic
    Unused Data Rows
    In This Topic

    If the data source contains fewer rows than the list can display, the list will display empty rows below the last usable data row.

    The color of this blank area depends on the setting of the DeadAreaBackColor property. You can eliminate this blank area with the EmptyRows property. The default value of this property is False, but if you set it to True, then the list will display empty rows below the last usable data row.

    Note that the empty rows cannot receive focus.

    You can set both the EmptyRows and ExtendRightColumn properties to True to ensure that no blank areas appear within the interior of the list.