<< Click to Display Table of Contents >>
Auto Size
If the amount of data to be displayed is larger than the component’s capable size, it sets the component’s size to be increased automatically.
Set to True if you want to auto resizing, or False to don't want auto resizing.
If you set the value of Auto Size to True in the properties window, but it may not apply in the preview window. Applied to components in the preview screen is a component that supports the SetAutoSize() function.
To use this property of a label, set the Auto Font Size property to False and the Auto Size property of the band that contains the label to True.
Example: Apply Auto Size of label
True |
False |
---|---|
Example: Apply Auto Size of label if Word Wrap of label is True
True |
False |
---|---|
Example: Apply Auto Size of band if Word Wrap and Auto Size of label is True
When Auto Size of the band is false, the label is resized and enlarged, but band is not resized. So, the first and the second labels are truncated.
True |
False |
---|---|