Re: Flexible Height Gallery Issue in some devices (space empty)
Hi @Salvi,
Flexible Height Gallery Behavior:
The flexible height gallery adjusts its size based on the content it contains. If there are empty spaces, it might be due to the gallery not properly resizing.
Check if there are settings that override the value you set in the Height property:
If the Flexible Height property is enabled, the container will stretch to fill all available space vertically.
If the container has a parent container, ensure that its contents fill the available space.
Conditional Visibility:
Consider using conditional visibility for gallery items. If an item is empty or doesn’t meet specific criteria, hide it dynamically.
You can use the Visible property of each gallery item to control whether it’s displayed or not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Sunil Pashikanti - Tech Blog: PowerApps