Page 1 of 1

Center property doesn't work?

PostPosted: 16 Jul 2015 13:25
by asp
Hi!

As I can see from help, setting Center property to true should position the small picture in the center of JQImage component without changing dimensions of that picture. But instead of this behavior, the picture is stretched. See sample project.

Re: Center property doesn't work?

PostPosted: 16 Jul 2015 14:26
by Jorge Sousa
Hello

You have to set AutoImageSize = True

Re: Center property doesn't work?

PostPosted: 16 Jul 2015 14:47
by asp
If I set AutoImageSize to true, the size of JQImage component is set by the dimensions of the picture and it doesn't matter if I set Center to true or not.

Jorge Sousa wrote:Hello

You have to set AutoImageSize = True

Re: Center property doesn't work?

PostPosted: 16 Jul 2015 16:18
by Jorge Sousa
Hello

You're right, its already fixed for next release.