V1.20 Wordwrap in listview

StuartM

Member
Licensed User
Longtime User
The wordwrap in listview appears to be broken. Attached image is for a 100%x width and the wrap appears to trigger at the end of the word and not the beginning, even if the end of the word will be truncated.
 

Attachments

  • wordwrap001.jpg
    wordwrap001.jpg
    21.1 KB · Views: 322

StuartM

Member
Licensed User
Longtime User
Thanks. I had to set the width to 100%x - 19dip to get it working.

So 100%x is the width of the screen and not the container... Is there an alternative width measurement to get "100% of the width available in the parent view/container"?
 
Top