Search code examples
powerappspowerapps-modeldriven

Wrapping the text of list items within container


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"

Tree View structure

On the container I have Wrap enabled

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

list properties

How can I achieve my goal of wrapping the text of the list items?


Solution

  • enter image description hereyou are using tab list control in your example. Instead, use the listbox control. It's fundamentally the same and it allows wrap. Good day!!