Language Reference Guide : 4. System Classes : ListviewField Class : Style Attribute
 
Share this page                  
Style Attribute
Data Type: integer
4GL Access: RW
The Style attribute specifies the style of the ListviewField.
Valid values are:
LVFS_ICON
Specifies that the Listview items are displayed as large icons. The name (EnumDisplay attribute) is displayed underneath the icon.
LVFS_SMALLICON
Specifies that the Listview items are displayed as small icons. The name (EnumDisplay attribute) is displayed underneath the icon.
LVFS_LIST
Specifies that the names (EnumDisplay attributes) of the Listview items are displayed in columns
LVFS_DETAIL
Specifies that the Listview element is displayed in a row with all EnumSubText values
Default: LVFS_DETAIL
Descriptions of system constant values and their numeric equivalents are listed in ListviewField Styles.