IT/PowerApps
PowerApps Get the height of Gallery
Last72
2020. 9. 25. 18:29
Goal: Get the height of the gallery
Procedure:
Create a Blank vertical Gallery
Set the property as follows
Gallery1.TemplatePadding:
0
Gallery1.Height:
Self.TemplateHeight * Max(0, CountRows(Self.AllItems))
Gallery1.TemplateSize:
50