Hi Guys,
It's the end of the week, my head is numb...
I've got an unbound programmatically added column, and managed to throw the text I want into its cells.
Each cell has text which spans 2 lines... however, I need one line to be italics, and the other regular text... any idea how to do this?
Cheers!
Awesome, cheers :)
('Tis good when stuff just works )
The easiest way would be to set the Style of the column to FormattedText (or FormattedTextEditor) and add the "<i>...</i>" tags around the text that needs italics. If you don't know which text will be on the second line you may have to measure the text and apply the tags as appropriate.
-Matt