
Announcements
I have a Screen2 in my Power App with 2 galleries Gallery2 and Gallery3.
One gallery "Gallery2" items have LookUp('BPIMB Solution Catalog',ID = Gallery1.Selected.ID)
Another gallery "Gallery3" items have varDisplayImage where I have already set it as Set(varDisplayImage, ThisItem.Attachments) on my Gallery1 on Screen1.
Now I have long text fields on my Gallery2 am unable to accommodate my images fully on the same screen. The screen doesnt increase its height to accommodate all items of both my galleries. Here is how my screen is looking. If observed my Gallery2 has taken whole screen space, I cant drag Gallery3 under my Gallery2 to show users all text and images in one screen with scroll bar. What is the solution for this.
Hi @RameshMukka ,
You can try with scrollable Screen and and In the scrollable Add 2 data card one is for All the Information and another is for Image gallery.
Or You can set the width Property for TextInput and accommodate the gallery. even you can use condition on width Property if the image is not present you sent the width like parent.width.
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay