Enterprise APP

List, ComboBox RollOver 롤오버 효과 끄기 본문

Flex General/Tips

List, ComboBox RollOver 롤오버 효과 끄기

로드스타 2010. 8. 14. 13:00

List:

<s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx"
    width="219" height="39" buttonMode="true" contentBackgroundAlpha="0" 
    autoDrawBackground="false">

ComboBox:

 comboBox.dropdown.setStyle("useRollOver", false);
Comments