web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to make it center
Power Apps
Unanswered

How to make it center

(1) ShareShare
ReportReport
Posted on by 6
Hi, 
 
Im developing an app with a layout like this one. Do you know how to center the items inside the container? I’ve been using left and right padding based on the screen size to achieve this design, but I’m looking for better solutions
 
I have the same question (0)
  • WarrenBelz Profile Picture
    155,290 Most Valuable Professional on at
    To centre a single element Vertically, the Y would be
    Parent.Height/2 - Self.Height/2
    and horizontally - the X
    Parent.Width/2 - Self.Width/2
    It gets a bit more complex with two elements, but the principle is the same.
    Left Element
    (Parent.Width - Self.Width * 2) / 3

    Right Element
    With(
        {_Gap: (Parent.Width - Self.Width * 2) / 3},
        Parent.Width - _Gap - Self.Width
    )

    ​​​​​​​Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee
  • WarrenBelz Profile Picture
    155,290 Most Valuable Professional on at
    Just following up to see if you received the answer you needed, or if you require further assistance.

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard