[]
Returns or sets a value that determines how the list displays rows below the last data row.
[Layout]
public bool EmptyRows { get; set; }
Type | Description |
---|---|
bool | The default value is false. |
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.