View

Applies to

ListView controls

Description

A ListView has four ways to display its items:

Usage


In a painter

StepsTo select the view type:

  1. Select the desired view type from the View drop-down list on the General page of the control’s Properties view.


In scripts

The View property takes a value of the ListViewView enumerated datatype.

The following line specifies that small pictures appear for the items in the ListBox:

lv_1.View = ListViewSmallIcon!