
Announcements
For this proof of concept I am using a sharepoint list. In my list I have various character lengths of sentences that grouped by a category.
In power apps I was able to pull that data by groups and display separately into vertical flexible galleries.
The issue I am having is where each gallery still scrolls and I am trying to get it to show all content.
In my power apps I have tried a blank flexible height gallery with nested blank flexible height galleries. I have tried a container with blank flexible height galleries. I still get the same result.
Because my content in each gallery has different lengths and number of items. I can't set a fixed height.
Anybody have any suggestions?
Ultimately, this is what I am trying to achieve (see attachment).
I have one main wrapper that has a vertical scroll, each gallery within it will be flexible in height based on the number of items and none of the galleries should scroll just the main parent.
Hi @pacodub ,
In my experience having 2 nested flexible galleries is buggy (sometimes you will experience rows being stacked together and the user has to double click to get the gallery looking right).
What works for me is using HTML text instead, or a hybrid flexible gallery + HTML text.
Downside is you have to code some HTML and use the Concat formula.
Try this: