Re: Timage.autosize




"Sander Martens" <koningsander@xxxxxxx> a écrit dans le message de news:
42ad93ca$0$18049$dbd45001@xxxxxxxxxxxxxxxxxx
> Maybe this is what you're looking for?
>
> Image1.AutoSize := True;
> Image1.AutoSize := False;
> Image1.Stretch := True;
> Image1.Height := Image1.Height * 2;
>
No... i want the user to be able to stretch an image after it was
autosized, it seems to be impossible by modifying image properties...


.