JVCL Help:TJvTileSizeKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTileSizeKind type
Search in JVCL Help
Search in all projectsSummary
The kind of sizing for tiles
Pascal
run\JvListView.pas
TJvTileSizeKind = (
tskAutoSize,
tskFixedWidth,
tskFixedHeight,
tskFixedSize
);
Members
Members | Description |
tskAutoSize | Description for tskAutoSize |
tskFixedWidth | Description for tskFixedWidth |
tskFixedHeight | Description for tskFixedHeight |
tskFixedSize | Description for tskFixedSize |
Description
- tskAutoSize The tiles are automatically adjusted - tskFixedWidth The width of the tiles is fixed,the height is automatic - tskFixedHeight The height of the tiles is fixed, the width is automatic - tskFixedSize The width and height of the tiles is fixed
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