JVCL Help:TJvInspectorItemSizing.MinHeight

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

Search in JVCL Help

 
Search in all projects
 

Summary

The minimum height the item can be resized to.


Pascal

 propertyMinHeight: TItemRowSizing;


Description

MinHeight indicates the minimum height an item can be resized to. MinHeight can be any value or one of the following constants:

Constant Meaning
irsItemHeight Item will have a minimum height equal to the inspector's ItemHeight property.
irsNameHeight Item will have a minimum height equal to the height of the text 'Wy' rendered in the item's name font.
irsValueHeight Item will have a minimum height equal to the height of the text 'Wy' rendered in the item's value font.
irsNoReSize Resizing will be turned of. Setting MinHeight to this value will set SizingFactor to irsNoReSize while MinHeight will be set 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