How to Set Column Headings and Column Widths in List Views |
When the list view is run in the Details view mode, a button control for each column is displayed at the top of the list view. If you click one of these buttons, the items in the list are re-ordered by the corresponding column. Each of these button controls contains a default column prompt and has a certain default width. To change column headings in list views:
If you want to change a column heading in the list view's SQL Query, add the heading as an alias to the column name in the SELECT list of the list view's SQL Query. If you want to change a column heading at the level of the list view's Column Headings property, follow the What's This contextual help in the Property Inspector for this property. NOTE: To change columns widths in list views, follow the What's This contextual help in the Property Inspector for the Column Widths property of the list view. |