[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.EmptyRows

EmptyRows Property

EmptyRows

Returns or sets a value that determines how the list displays rows below the last data row.

Declaration
[Layout]
public bool EmptyRows { get; set; }
Property Value
Type Description
bool

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.