NoSortHeader property


Available for ListView objects.

Read/Write only at design time

Specifies whether column headers work like buttons in a ListView object. It can be one of the following values:

FALSE  Column headers work like buttons and they can carry out an action such as sorting (default).
TRUE    Column headers are inactive and do nothing.


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