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

In This Topic
    EmptyRows Property (DropDownList)
    In This Topic
    Returns or sets a value that determines how the list displays rows below the last data row.
    Syntax
    'Declaration
     
    
    Public Property EmptyRows As Boolean
    public bool EmptyRows {get; set;}

    Property Value

    The default value is false.
    Remarks
    If all of the records in the data source do not fill up the entire list, setting EmptyRows to True will fill the unpopulated list area with empty data rows. If EmptyRows is False (the default), then the unpopulated list area will be blank and will be filled with the system 3D Objects color (or the system Button Face color) as determined by your Control Panel settings.
    See Also