ListView Class
A class that displays a list view. The list view has functions to display in multiple formats such as icon display and list display.
The ListView class works in conjunction with the ListViewItem, ListViewSubItem, and ListViewHeader classes.
To set the data to be displayed as an item, you need to place the ListViewItem class or its derived class objects in the structure defined under the ListView object.
Screen Display Example
ListStyle = $REPORT
ListStyle = $LIST
ListStyle = $SMALLICON
ListStyle = $LARGEICON
Printer output by Doc class
Not subject to printing.
Default properties and ValueType
The default property is Value. The ValueType specification is invalid.
Icon specification
The types of icons displayed are as follows by default.
You can also use the SetImage method to change to the icon stored in the ImageList object.
Restrictions when visual style is enabled
Nothing in particular
Precautions when scaling
◆ The line height when displaying the report depends on the icon size and font size.



