I though BBLabel was the answer to my prayers but it appear there is no way to set the background color for individual portions of text. Is that true?
Or let me just state my problem. Perhaps someone has an answer.
I want to set 10 to 20 columns of text in a scrollable list. I want to be able to set the font color, background color, Text size, and bold for each column.
The list will generally contain between 10 and 200 rows but could go to maybe 500 but that would be rare and I don't care if that is slow. One column on each row may have a picture.
Does not need to be editable. Does need to be drag and drop. The user needs to be able to click anywhere on the row to drag and drop it.
What is the most efficient - in terms of speed - method to accomplishing this. I don't mind writing more code but it needs to be fast as the list will be refreshed frequently.
Text area is fast but doesn't do colors. BBLabel was very slow - required lazy loading - but evidently only does text color, not background. My next thought is a whole bunch of textfields or labels in a row with a pane on top for the drag and drop, Or just set every label to be drag and drop, but before I spent hours trying that I thought I'd see if anyone here has any better tjoughts.
Thanks for your ideas.