Listbox Font size?

Can’t seem to get this to work any way I’ve tried… anybody know if it’s doable? I’ve tried:

lb_Style = new FStyleFormat();
lb_Style.addListener(mylist);
lb_Style.textSize = 8;
lb_Style.applyChanges();

and

mylist.setStyleProperty("textSize",20);

any ideas? thanks in advance!