Properties
The following properties are defined in the ListView class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AcceptDrop | CRW | integer | 0 | Type that accepts drag and drop Added since Ver.4.1.0 |
| BgColor | CRW | integer | $STD | Background color |
| Border | CR | boolean | $TRUE | Display border |
| Checkboxes | CRW | boolean | $FALSE | Display check boxes |
| ColFixed | CRW | boolean | $FALSE | Fixed column |
| ColHeader | CR | integer | $STD | Column behavior |
| DragStyle | CRW | integer | $STD | Icon behavior |
| Editable | CRW | boolean | $FALSE | Edit text |
| FgColor | CRW | integer | $STD | Text color |
| FontFace | CR | integer | $STD | Font decoration attributes |
| FontKind | CR | integer | $STD | Font type Supported fonts have been added since Ver.4.1.0 |
| FontSize | CR | integer | 10 | Font size |
| GridLine | CRW | boolean | $FALSE | Display grid lines |
| HorzIconSpacing | CRW | integer | 46 | Large icon horizontal spacing |
| ListStyle | CRW | integer | $LARGEICON | List type |
| SingleSel | CR | boolean | $FALSE | Select only one item |
| TextBgColor | CRW | integer | $STD | Background color in the frame |
| Value* | CRW | integer | Selected position | |
| VertIconSpacing | CRW | integer | 43 | Large icon vertical spacing |
Access
R: Readable W: Writable C: Initializable
*: default property