I am using powerapps gallery with SharePoint as the datasource.
The label inside gallery need to auto adjust height based on its length.
Example: The 2nd row, 1st column height of the label should be auto adjusted such that it can accommodate entire text. Currently the text is cut off.
Any idea how to achieve this? Also the adjacent columns should also follow same height as the 1st column.
I tried auto height for label however the columns height vary across rows. It should be same for all adjacent rows without cutting off text.
Any idea how to achieve this?
Hi @Iantaylor2050 ,
If you are using Flexible Height Gallery + Auto Height Label then you will find auto adaptation of the Height in Gallery of each rows individually.
What you can do is have a pre-defined height of the Template-Size of the Gallery and place your Label in the center.
Or you can identify the Height of each label then get max out of it (might be complicated)
Or use the following Trick in your Scenario: Enhanced reading control in the Canvas App without the use of flexible height labels or galleries
Hope this helps