Zooming Picture in TAdvSmoothPanel

Hello everyone,

Is there a way to set a specific "Zoom-Level" for the TAdvSmoothPanel.

For example when i use CenterCenter as a position the image is closer than when using Streched.



It would be nice to set a custom zoom-level.

Best regards,
Chris

Hi, 


There is no way to have a background picture with a specific width/height. The image can be stretched, tiled, or positioned with the original width and height. If you want the image to appear zoomed then you will need to create a larger image.

Resizing the image in memory and then assigning it back on the panel did the trick.

Thanks again Pieter!