How can one get text to wrap in a label when Width is calculated (e.g. Parent.Width - 60) on a browse gallery form?
In a canvas app's browse gallery form I have a text label that will not actually wrap text even though the Wrap = true.
Said form is tied to a SharePoint List; therefore, the Text = ThisItem.Description
Have tried an HtmlText label w/HtmlText = ThisItem.Description
Note when Width is set to a fixed number (e.g. 560) the text label wraps.
How can one have both a calculated Width and text that Wraps in browse gallery form?
Hi @Ken_V ,
Could you please share more details about your scenario? Is it a Gallery or a Form? On my end, I tested with a Gallery and the wrap functionality works fine.
This Label is connecting to a multiline text column of the list. But even if connecting to a single line of text column, it will perform the same as well, so this is not the problem.
Best regards,