JVCL Help:TJvAutoSizePanel
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAutoSizePanel type
Search in JVCL Help
Search in all projectsSummary
Specifies the possible ways the child controls of a panel can be auto arranged
Pascal
run\JvPanel.pas
TJvAutoSizePanel = (
asNone,
asWidth,
asHeight,
asBoth
);
Members
Members | Description |
asNone | Don't auto size neither width nor height |
asWidth | Auto size the width |
asHeight | Auto size the height |
asBoth | Auto size both width and height |
Description
TJvAutoSizePanel is the type of the AutoSize property of the TJvAutoArrange class. This property determines how a TJvPanel arranges child controls when auto arrange is active
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