About presenting lists

You can choose a variety of ways to present lists in your application:

NoteTreeView controls TreeView controls also combine graphics and text in lists. The difference is that TreeView controls show the hierarchical relationship among the TreeView items. As with ListView controls, you can allow the user to add, delete, edit, and rearrange TreeView items. You can also use them to invoke actions.

For more information on TreeViews, see Chapter 8, “Using TreeView Controls.”