Hi everyone
Is there any method to wrap text of list if it is longer than mobile screen.
For example if i have something like this
How to make it to go in the next line if it is longer than screen !HTML Code:com.sun.lwuit.List; List list = new List(); list.addItem("long text long text long text long text");

Reply With Quote



