Programming Guide : 7. Working with List Views and Tree Views : How You Can Use Listview and Treeview Fields
 
Share this page                  
How You Can Use Listview and Treeview Fields
Listview fields and treeview fields provide different ways to visually represent data in your application. You use the ListviewField class to create a list view. For example, OpenROAD Workbench uses a listview field to display the lists of applications and their components. A treeview field visually represents a tree. It is created using the TreeviewField class and other related classes.
The following sections describe how to create listview and treeview fields for use in your application.
For a complete description of the attributes and methods of the ListviewField and the TreeViewField classes, see the Language Reference Guide.