Hi,
I have problem with autosize. I am reading documentation of this property but can't find solution. I have this situtation (this is only example, in my form is more controls with autosize):
Form1.Autosize = True;
Label1.AutoSize = True;
Label1.Align = alTop;
When I change caption in Label1, form width is "fit" to this size. This is ok, but new form width is calculated only when I make it visible. How do I know final form width before show?
Regards.