Announcements
I have an image object in a gallery and want it to always be middle aligned within the gallery template. How can I configure the Y axis? I have tried taking the Parent.TemplateHeight/2, but that does not even remotely set the setting where it needs to be.
The Y position ends up really far down in the gallery outside of the template height. The Template Height is 85, so TemplateHeight/2 is 42.5, which places the image really far down outside of the template perimeter.
You need to take half the height of the image off the midpoint of the template, so it should be like (TemplateHeight /2) - (image.Height /2)
Hi @Anonymous ,
If you want to middle align an image object in a gallery via the Y axis, please take a try with the following workaround:
Set the Y property of the Image control within the Gallery to following:
(Parent.TemplateHeight / 2) - (Image2.Height / 2)
Please consider take a try with above solution, check if the issue is solved.
Best regards,
That did it. I appreciate your help.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 393 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 278 Most Valuable Professional