I have came across wanting to change the font on a selectedItem in List based controls many times in the past. What this simple itemRenderer will do is set the selectedItem’s font to Bold when selected and Normal when not. Demo: ListSelectedItemBoldExample Files: ListSelectedItemBoldExample.mxml ListSelectedItemRenderer.mxml […]