Size your Power Apps with Height and Width in SharePoint webparts Microsoft Power Apps, Microsoft Power Platform, Microsoft SharePoint, Microsoft SharePoint Online pexels pixabay 280312

Sizing you apps in Power Apps isn’t any more complicated than setting the height and the width of the app. But tday I came across a situation where I needed a banner shaped app.

Banner image

So I created a Power App and added an image control that shows my banner.

Banner web part with wrong height

If I was to add this to a sharePoint page then I would end up with a lot of unused space on my page.

So how do we resize the app so that we don’t have the white space appear. One important factor here is that my image control is only 100px high!

Resize the app

Reszing the app is easy, although…

Size your Power Apps with Height and Width in SharePoint webparts Microsoft Power Apps, Microsoft Power Platform, Microsoft SharePoint, Microsoft SharePoint Online image 7

After selecting Custom as a size, I can change the size of the the app

Size your Power Apps with Height and Width in SharePoint webparts Microsoft Power Apps, Microsoft Power Platform, Microsoft SharePoint, Microsoft SharePoint Online image 8

I’m going to set this to 120.

Banner web part with wrong height

No this post isn’t just about resizing the app. That would be a bit too simple.

The various Heights and Widths of an app

There is another setting important here. But before I look at that I will have a look at the various height and width properties.

We have 3 properties that are important.

  • App.Height – This is the height that we set earlier
  • Screen.Height
  • App.MinScreenHeight – This is set to 320 by default
Banner web part with wrong height 320 Height

Ok, this is slightly weird, We and an app that is 120 high and a screen that is 320 high.

When we look at the screen’s height property we quite quickly can find out the issue.

Size your Power Apps with Height and Width in SharePoint webparts Microsoft Power Apps, Microsoft Power Platform, Microsoft SharePoint, Microsoft SharePoint Online image 11

The height of a screen is set to Max(App.Height, App.MinScreenHeight). In my case this means that the minimum height of the screen, creates screens that are higher than my app.

Settings the App.MinScreenHeight to the height of my app resolves my issue of making the app appear with an height of 100 on my SharePoint page.

Avatar for Pieter Veenstra

By Pieter Veenstra

Business Applications Microsoft MVP working as the Head of Power Platform at Vantage 365. You can contact me using contact@sharepains.com

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SharePains by Microsoft MVP Pieter Veenstra

Subscribe now to keep reading and get access to the full archive.

Continue reading