JVCL Help:TJvLabel.AutoSize
JVCL Help: TJvLabel.AutoSize Property
Search in JVCL Help
Search in all projectsSummary
Determines whether the size of the label automatically resizes to accommodate the text.
Pascal
propertyAutoSize: Boolean;
Description
Use AutoSize to make the label adjust its size automatically so the client area accommodates the height and width of the text. When AutoSize is false, the label is fixed in size. When AutoSize is true, the size of the label readjusts whenever the text changes. The size of the label is also readjusts when the Font property changes. When WordWrap is true, the width of the label is fixed. If AutoSize is also true, changes to the text cause the label to change in height. When AutoSize is true and WordWrap is false, the font determines the height of the label, and changes to the text cause the label to change in width.
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