I am guessing that this is not possible but here goes: I am using Control P5 ListBox to list SMS in Android Mode. Everything works great and the ListBox is scrollable so I can scroll down to see older messages, the only problem is that the occasional SMS is too long for the screen (it just disappears like thi)
So my question is, can I make the ListBox horizontally scrollable somehow, or is there some other way to see the whole of each SMS in the ListBox? Like auto line feed? So far I can't see it.
By the way this is not a problem that is specific to Android, the ListBox example will exhibit the same issue if you make the ListBox the same size as the sketch size() and input some long strings. It is more of a problem on android because of the smaller screen (I am using a Tablet but still...)
If anyone has any ideas for me to try I would be grateful.