JVCL Help:TJvCheckBox.AutoSize
JVCL Help: TJvCheckBox.AutoSize Property
Search in JVCL Help
Search in all projectsSummary
Determines whether control automatically resizes to accommodate the Caption.
Pascal
propertyAutoSize: Boolean;
Description
Use AutoSize to make the control adjust its size automatically so the client area accommodates the height and width of the caption. When AutoSize is False, the check box is fixed in size. When AutoSize is True, the client size readjusts whenever the caption changes. The client size of the control is also readjusted when the Font property changes. By default, AutoSize is False. Leaving AutoSize to False and adjusting the size manually allows control of the Wordwrap of the Caption.
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