Hello,
I'm working on a Power Apps canvas project. I have a data source in a "Parent > Child > Sub-child" format. Initially, I wanted to have 2 nested galleries, but I saw that this wasn't possible, so I have a parent gallery with a child gallery, and in this child gallery a ListBox with "SubChild" elements.
My problem is that I can't get all this with the automatic heights, despite the fact that I've tried to follow quite a few tutorials.
I set the ListBox Height to "(CountRows(ThisItem.SubChild) * 41)" which works perfectly, but I can't do it properly with the galleries, as the number of Child and Sub-child varies and flexible galleries doesn't seem to do the job automatically.
Your help will me very much appreciated!
Thank you in advance,
Charles