JVCL Help:TJvViewStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvViewStyle type
Search in JVCL Help
Search in all projectsSummary
The different view styles the list view supports
Pascal
run\JvListView.pas
TJvViewStyle = (
vsIcon,
vsSmallIcon,
vsList,
vsReport,
vsTile
);
TJvViewStyles = setof TJvViewStyle;
Members
Members | Description |
vsIcon | Description for vsIcon |
vsSmallIcon | Description for vsSmallIcon |
vsList | Description for vsList |
vsReport | Description for vsReport |
vsTile | Description for vsTile |
Description
- vsIcon - vsSmallIcon - vsList - vsReport - vsTile
vsTile is only working under Windows XP and higher, and with a Manifest file specifying ComCtl version 6 and upper.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page