Feature Req: Listbox Row Word Wrap

I was surprised not to see more search results on this topic via Google and Xoio Feedback.

I wanted to post this In case there is additional interest so you can vote for this feature.

I have created a feature request:
<https://xojo.com/issue/33717>

I know there are some additional plugin/Projects out there that have their own version of Listbox with this feature, but I wanted to suggest this as a native feature to Xojo for the listbox since it is already is a very powerful XPlat control.

You know you can do this yourself by drawing the text yourself, right?

http://documentation.xojo.com/index.php/ListBox.CellTextPaint

Just set the wrap width when you draw the text.

[quote=93426:@Greg O’Lone]You know you can do this yourself by drawing the text yourself, right?

http://documentation.xojo.com/index.php/ListBox.CellTextPaint

Just set the wrap width when you draw the text.[/quote]
Yes and I even wrote that as a potential work around. It becomes too much of a pain to manage that and then map it to a false entry in addrow so you can actually select it then. (Check my Case Details: Feedback Case #33717)