NoColumnHeader property


Available for ListView objects.

Read/Write only at design time

Specifies whether a ListView object displays a header for each column. It can be one of the following values:

FALSE   ListView object displays headers for columns (default).
TRUE     No column header is displayed.


REMARKS
: This property is only effective when ListView objects are in Report mode (see
View property).