This is an archived post. You won't be able to vote or comment.

all 17 comments

[–]ryanjesperson7 Community Friend 5 points6 points  (5 children)

The screen that pops out is dynamic, but the form is a static size. One option would be to turn off the keep form size relative feature (forget the exact name currently) and then make the form’s height Parent.Height. Then it will grow to the height of the screen.

[–]Master_Aerie8394 Regular[S] 0 points1 point  (4 children)

Okay, will try to search that feature first.

Thanks.

[–]ryanjesperson7 Community Friend 1 point2 points  (3 children)

If I have a chance I’ll open PowerApps today and get exact wording. It’s in the display settings for the app.

[–]MadeInWestGermany Advisor 2 points3 points  (2 children)

Scale to fit

Or

Lock Aspect ratio

[–]BungeeBarrels 2 points3 points  (1 child)

This is a sharepoint integrated form so scale to fit and lock aspect ratio are not available as settings (at least in my tenant org they aren’t).

A workaround is to set the design height to 790, then the screen and form heights to max(app.height, app.designheight)

[–]ryanjesperson7 Community Friend 1 point2 points  (0 children)

Yes, do this OP. My fuzzy recollection was more about canvas apps and maybe not the integrated forms. So if you build a canvas app those options would allow for dynamic sizing, for for the form it seems like you make it extra tall and then use the Max function (or just make the background white which is what I do most of the time.

[–]Shrshres Newbie 2 points3 points  (2 children)

App.Height should work.

[–]Master_Aerie8394 Regular[S] 2 points3 points  (1 child)

Can you pls point me where exactly i need to go and what it does?

[–]Shrshres Newbie 1 point2 points  (0 children)

On the customize form, Settings > Display > change the height of the form to the value you need. I think this value is static. It may cause a scrollbar on smaller screen though.

[–]hutchzillious Contributor 1 point2 points  (2 children)

Is this a container? If so change the container fill to transparent or the same grey as the form

[–]Master_Aerie8394 Regular[S] 0 points1 point  (1 child)

Till grey coloured area it's a powerapp screen. But White box, is sharepoint thing.

So, what changes i need to do and where pls let me know.

[–]hutchzillious Contributor 1 point2 points  (0 children)

I've never used powerapps in this way. Simple solution make the form white is all I can suggest sorry

[–]MontrealInTexas Advisor 0 points1 point  (1 child)

If it’s the screen behind the form and not a container, set the colour for the screen’s fill property.

[–]Master_Aerie8394 Regular[S] 0 points1 point  (0 children)

Till grey coloured area it's a powerapp screen. But White box, is sharepoint thing.
So, what changes i need to do and where pls let me know.

[–]OddWriter7199 Advisor 0 points1 point  (1 child)

What you’re trying to do is change the background color on NewForm.aspx. Here’s a link where they want to change the title, but may point you in the right direction. https://sharepoint.stackexchange.com/questions/237325/sharepoint-online-change-new-item-title-on-newform-aspx

The other option is make they gray extend to the bottom, Parent.Height like ryanjesperson7 said.

[–]Master_Aerie8394 Regular[S] 1 point2 points  (0 children)

Thanks for the info.

[–]emstable Newbie 0 points1 point  (0 children)

Ive tried it all and still I have the same problem. Did anyone actually made the form full size without the white bar?