Size your Power Apps with Height and Width in SharePoint webparts
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.
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…
After selecting Custom as a size, I can change the size of the the app
I’m going to set this to 120.
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
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.
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.
Continue Reading Pieter Veenstra’s Article on their blog
Size your Power Apps with Height and Width in SharePoint webparts
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. So I created a Power App and added an image control that shows my banner.
Blog Syndicated with Pieter Veenstra’s Permission
More About This Author
Array
- Modern Workplace26 March 2024Receive the available storage within your SharePoint Online tenant
- Modern Workplace20 March 2024Options for Documenting Your Power Apps: Comments, Code, and Controls
- Modern Workplace18 March 20242 ways to duplicate SharePoint Lists to support your Power Apps
- Modern Workplace14 March 2024Update a Hyperlink Column in SharePoint with Power Automate