JVCL Help:TJvItemsPanel.AutoGrow
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvItemsPanel.AutoGrow Property
[+] TJvItemsPanel Events
[+] TJvItemsPanel Methods
[+] TJvItemsPanel Properties
Search in JVCL Help
Search in all projectsSummary
Specifies whether the controls size is adjusted to show all buttons.
Pascal
propertyAutoGrow: Boolean;
Description
Set AutoGrow to true to make the control resize to show all buttons. When AutoGrow is set to true, the following happens:
- AutoSize is set to false.
- Align is set to alNone.
- The Height or Width (depending on the value of Orientation) is set to ItemHeight * Items.Count.
See Also
,
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