1. the text is center aligned because ButtonSkinBase has "protected var useCenterAlignment:Boolean = true;"
if you add this line of code "useCenterAlignment = false;" into ButtonBarButtonSkin after super(); it will align the text to the left. 2. if you want to change the row height you will need to create a new LabelItemRenderer and reference that in the MobileGridSkin. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/MobileGrid-Skins-tp5693p15037.html Sent from the Apache Flex Users mailing list archive at Nabble.com.