UI Button in a List Layout Scaling

  1. What do you want to achieve? Keep it simple and clear!

I am using an ui list layout (in a frame), and I want to, when i scale it down, scale it in a way so that it goes to the left-middle (sorry if my wording was weird).

  1. What is the issue? Include screenshots / videos if possible!

The ui button scales to the top-left instead of the middle-left. I have already tried using anchor points, those didn’t seem to work. Here are some screenshots:
Without scaling:
image_2024-03-03_091806926

With scaling:
Screenshot 2024-03-03 091749

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
  • I have not found any solutions.

(This is my first post sorry if i didn’t include everything)

Hello!
Try chaning the VerticalAlignment property of UIListLayout to Center.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.