JVCL Help:TJvInspectorItemSizing.SizingFactor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorItemSizing.SizingFactor Property
[+] TJvInspectorItemSizing Fields
[+] TJvInspectorItemSizing Methods
[+] TJvInspectorItemSizing Properties
Search in JVCL Help
Search in all projectsSummary
The sizing increments to use when resizing an item.
Pascal
propertySizingFactor: TItemRowSizing;
Description
SizingFactor indicates the increments used when resizing an item. An item's height will be a multiple of this value added to its minimum height. SizingFactor can be any value or one of the following constants:
Constant | Meaning |
irsItemHeight | Item will resize in steps of the inspector's ItemHeight property. |
irsNameHeight | Item will resize in steps of the height of the text 'Wy' rendered in the item's name font. |
irsValueHeight | Item will resize in steps of the height of the text 'Wy' rendered in the item's value font. |
irsNoReSize | Resizing will be turned of. Setting SizingFactor to this value will set MinHeight to irsItemHeight. |
About
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