Hi,
Have a look at this tutorial - it applies to lists too.
http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/
Glen
Alexander Farber wrote:
Hello,
I'm trying to change the font size in a fl.controls.List:
private static const SMALL:TextFormat = new TextForm
Hello,
I'm trying to change the font size in a fl.controls.List:
private static const SMALL:TextFormat = new TextFormat('Arial', 18,
0x00);
list = new List();
list.setStyle('textFormat', SMALL);
but the size of the font in the List doesn't seem to change.
Has a
2 matches
Mail list logo