Link Search Menu Expand Document

ListView Class


login image

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

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_listview.files/image001.png

ListStyle = $LIST

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_listview.files/image002.png

ListStyle = $SMALLICON

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_listview.files/image003.png

ListStyle = $LARGEICON

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_listview.files/image004.png

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.

login image

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.


Table of contents