|
You can build list view controls into your PowerBuilder 5.0 applications when you want to present the user with a list that contains more information than can be found in a text-only list (such as a New dialog box). The available views are:
- Large Icon View displays an icon for each list item. The user can drag and drop a large icon to a new location.
- Small Icon View displays both an icon and name for each list item. The user can drag and drop a small icon to a new location.
- List View displays the name and icon for each list item in a tabular format.
- Report View displays the name and detail information for each list item.
|