JVCL Help:TJvInspectorItemSizing
JVCL Help: TJvInspectorItemSizing Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvInspectorItemSizing
run\JvInspector.pas
Summary
Contains item row sizing settings.
Pascal
run\JvInspector.pas
TJvInspectorItemSizing = class(TPersistent);
Description
TJvInspectorItemSizing is used in the RowSizing property of TJvCustomInspectorItem and its descendants. It specifies the minimum height and sizing steps for an item's height for resizing purposes. An item's height will never me smaller then the minimum height and always increments in sizing steps.
When the sizing steps (specified by the SizingFactor property) equals 0 (or irsNoReSize), an item cannot be resized and will always have a height of the inspector's ItemHeight (Note: when SizingFactor equals irsNoReSize, 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