简体   繁体   中英

Flex combobox custom icon

Trying to set the up and down state icons of a Flex Combobox to images. I see the property for changing the color of the icon, but no property to skin it. How can I do this?

The "properties" are actually styles on ComboBase : upSkin , downSkin , overSkin , disabledSkin .

The default is ComboBoxArrowSkin --take a look at the source code to get more details about overriding or customizing it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM