JVCL Help:TJvTileSizeKind

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The kind of sizing for tiles

run\JvListView.pas


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

run\JvListView.pas


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

run\JvListView.pas


About

Navigation

no pages or subcategories

run\JvListView.pas



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