C1.Win.List.ListBase Namespace / C1ListBase Class / EmptyRows Property

In This Topic
EmptyRows Property (C1ListBase)
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
 

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