I am having issues wrapping the text of my list item that is within my container.
Background:
I have a container in my PowerApp titled "conTasksPane"
On the container I have Wrap enabled
The list properties do not have a "Wrap" option to toggle but I have set the "AlignInContainer" to be set by container, also tried modifying layout min Width
How can I achieve my goal of wrapping the text of the list items?
you are using tab list control in your example. Instead, use the listbox control. It's fundamentally the same and it allows wrap. Good day!!