ShellBrowser Delphi Components Documentation
|
Determines whether the size of the label automatically resizes to accommodate the text.
property AutoSize;
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.