>
>
It is implemented in C:\lazarus\lcl\include\customimage.inc.
See procedure TCustomImage.SetStretch(Value : Boolean);
Well I don't see a real implementation there. In this procedure PictureChaged(Self) is called. Following that I arrive at DoAutoSize at the end. In control.inc I find this:
Procedure TControl.DoAutoSize;
Begin
//Handled by TWinControl, or other descendants
end;
And then I am stuck.
Marien
