Hi all,
I m creating a ListField with Checkboxes from How To - Create a ListField with check boxes
But I m not getting how to wrap Text in a row in that ListField.
I referred the thread
Text Wrapping for text in List Field items
Here its written as
If all you are displaying is text, then I would go with the approach suggested by rab.
I m displaying Text only in ListField which I want to wrap if it doesnt fit within device screen.
But i m not getting "approach suggested by rab" in which How to calculate?
String [] linesToDraw = calculate the number of lines depending on the row width
I m stucked at this so any details on this issue ?