I have a LinkBar which is linked to a viewstack. However, as I change the fontsize of my LinkBar, when I run it, the font size does not change at all! I've tried changing the font using CSS and it doesnt change the font size! Any ideas? Here is the code:
<mx:Canvas x="0" y="0" width="30%" height="100%">
<mx:Label x="10" y="10" text="Help" fontSize="20"/>
<mx:LinkBar x="10" y="49" dataProvider="viewstack1"
direction="vertical" width="175" height="276"
selectedIndex="0"
fontSize="30">
</mx:LinkBar>
</mx:Canvas>
How can I change the font size?! This is driving me crazy.