I am having issues with the autoheight property of labels. If in a gallery I have a multiline label showing a multiline field from a powerapps entity it seems to work ok but sometimes text get truncated, f.e. only 2 of the 8 lines shown.
I tried using a html text control and set that up to look the same as the previous label but the porblem persists.
Since I notice the trouble powerapps sometimes has building the gallery and perhaps sometimes just stop trying if it takes to long I thought I was clever and just load the data in a collection first and set the items property of the gallery to that collection.
ClearCollect( ThisDierEvents; Filter( DierEvent; DocaDierId = Value(LblDocanummer.Text) ) )
Alas: now the autoheight property of the control just does not work anymore: all items are shown at the same height. I checked the relevant data: the autoheight of the html control is still on, the gallery type is still social media.
Is that to be expected? Why is that so? Is there any other way around it?

Report
All responses (
Answers (