Hello all,
I am using flexible height gallery, but it is not showing all records (truncated last 2 records).
If i create vertical gallery with same data source, it is showing me all records but in flexible it can`t. I have checked the template height and everything , but no help.
Ironically, flexible height gallery showed all records while I am in design mode, but when I open it in client(live) mode, it truncated last records.
I checked also with sorting (asc/desc) based on ID, then it shows me last 2 records which we missing but then it truncated the first 2 records.
record number 99 and 66 are missing
when I changed the order, 66 and 99 are visible, but last 2 missing
Thanks,
any ideas, @WarrenBelz
@Anonymous
Changing those would have changed the layout of some controls and this late in the game was a show stopper on that, thanks, but I have found another way through trying to fix an issue with an RTE not rendering correctly in live version.
If you're still after an answer; as above, I looked at changing the aspect ratio and orientation, but would of had to realign lots of controls, instead I went down the rabbit hole of putting the gallery in a container, making the gallery the full size and using the container to scroll, which worked, but was a bit of work, but found a much easier way to resolve through trying to fix an issue with an RTE not rendering correctly in live version.
In Settings under Display Options, turn on Lock Aspect Ratio. As soon as I did this and published, I went to a screen affected by the not fully showing the gallery and it suddenly was without any other fix being applied.
@Anonymous
Can you detail the steps to correct please? I'm having exactly the same issue right at the end of testing and don't really have the time to be rebuilding an entire screen for this as is being suggested elsewhere
Could you specify how to solve the error? I'm experiencing the same issue.
Hello,
did you managed to solve your issue? We have exactly the same problem with flexible gallery, when we are in dessign mode all or items and show, but when we test the Power App in a mobile phone, the items are truncated.
Regards-
@Anonymous
may I know how exactly you want me to use that code,
I created an action button and pass your code on the same. then i got this result.
@Anonymous
it is not working on code?
@Anonymous
Thanks for the reply..
can you check this code:
UpdateContext({varPage: 0});
UpdateContext(
{
varPage: RoundDown(
Gallery1.Height / Gallery1.TemplateHeight,
0
)
}
);