WebListbox cell TextWrapping

Hello guys, i was searching for a way to wrap the text in some cells and apparently this thing does not exist still in 2026, i try to understand XOJO perspective, do you use just 1 word in the cells or what is the idea ? and the funny part i see , if you have on the header the text to long, the text wraps , but you don’t have that for the actual cell, so if you can doit on Header , what is the stopping point on the content area ?

var styleNote as New WebStyle
styleNote.Value("vertical-align") = "text-top"
styleNote.Value("word-wrap") = "break-word"
styleNote.Value("white-space") = "normal"
styleNote.Value("word-break") = "normal"


Me.AddRow("")
me.CellRendererAt(0,0)=new WebListBoxStyleRenderer( Stylenote,"Hello guys, i was searching for a way to wrap the text in some cells and apparently this thing does not exist still in 2026, i try to understand XOJO perspective, do you use just 1 word in the cells or what is the idea ? and the funny part i see , if you have on the header the text to long, the text wraps , but you don’t have that for the actual cell, so if you can doit on Header , what is the stopping point on the content area ?")

Thanks a lot, i guess @XOJO could update their docs to reflect that , i just did a test and it works smoothly. Thanks again @Vigia_Lin

Unfortunately (afik), this does not works for the other platform.

From the Documentation:

Welcome to the documentation for Xojo, the cross-platform development tool that makes it fast and easy to build apps for the Desktop, Web and Mobile.