Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TImage stretch & dock
Sat, Aug 10 2013 1:48 PMPermanent Link

lejetou

Hi,

1. Create a form with TImage
   ImageName : not definied
   Dock : dtFill
   Center : true;
   Stretch : true
2. Add a button to set ImageName property at run time

3. Run and click button

Image is displayed in the TImage control, centred but not stretched

(same with others docking values)
Wed, Aug 14 2013 1:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lejetou,

<< Image is displayed in the TImage control, centred but not stretched >>

I'm not sure why I did so, but I specifically coded it so that docked TImage
controls won't stretch.  I think I was confusing auto-sizing with
stretching. Smile

I'll make sure that this is fixed in the next build.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Image