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 / Responsive Design Max ...
Power Apps
Suggested Answer

Responsive Design Max App Width

(0) ShareShare
ReportReport
Posted on by 3,284

Hello community.

 

Quick question here:

 

I am building a responsive design app a bit complex than a regular app but this thing is being annoying me for days and can't get the way to resolve it.

Tehe responsive layout works good on every single layout but for Window Size is really a way too big. My monitor is "1919" screen width size. Is there a way to limit the width to a canvas size "1366" whatever exceeds that number always use "1366". I guess that is reasonable size for an app and the content inside doesn't look weird.

 

Thanks in advance for any help.

 

Regards

Categories:
I have the same question (0)
  • realwillwright Profile Picture
    772 Moderator on at

    Hi @sajarac you can use the formula below it will always use the smallest, Max will use the biggest of the values selected.

     

     

    Min(1366, App.Width)

     

     

    -------------------------------------------------------------------
    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

  • Sajarac Profile Picture
    3,284 on at

    Hello @realwillwright , Sorry I don't get it. 

    You mean to change the Width property per screen?

     

    sajarac_0-1709933460856.png

     

    So, it will be something like this: 

     

    Min(1366, App.Width) Instead of: Max(App.Width, App.MinScreenWidth)

     

    Thansk again

  • realwillwright Profile Picture
    772 Moderator on at

    Yes, that should do it, that means the screen width will never exceed 1366

    -------------------------------------------------------------------
    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

  • Sajarac Profile Picture
    3,284 on at

    Hello @realwillwright , after implementing your solution noticed that the app on my web mode screen always is forced to the left size of the screen. Not centered and in the right side of the screen I have a white space.

     

    Do you know why? and how can I fix it?

     

    Thanks in advance,

     

    sajarac_0-1710266158545.png

     

     

  • Suggested answer
    Jon_vB Profile Picture
    39 on at
    Small tweak to the answer from @realwillwright, if you want to enforce a minimum, you could do:
     
    Min(1366, Max(App.Width, App.MinScreenWidth))
     
    as the "Width" property of each screen that you want to limit.
     
    And - for the followup question - if your screen is leaving blank space, perhaps ensure you are using Containers that will adjust to the screensize. 

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 600

#2
WarrenBelz Profile Picture

WarrenBelz 478 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard