MXML: Spark skin a VGroups scrollbar
问题 I have a VGRoup which automatically gets a scrollbar if the content gets too long. I would like to skin the scrollbar (make it wider). how can i do that? <s:Panel title="Replay" width="95%" height="860" top="920" horizontalCenter="0"> <s:VGroup id="vgroup" left="10" right="10" top="10" bottom="10"> <s:List id="list" height="100%" width="100%" itemRenderer="ListRenderer" /> </s:VGroup> </s:Panel> 回答1: First you should know that it's not the VGroup that gets a scrollbar, it's the List. Groups