
Announcements
Working on power app in teams
I want to control my gallery height according to the number of rows in the gallery
I mean
number of rows x template height = Gallery height.
Is it possible?.
if yes, on what property to be applied.
Hi @MIA27 ,
You should set the property Height of the Gallery (let's say it's Gallery1), and set the formula (example is 100 px per gallery item)
Height = Gallery1.AllItemsCount * 100