开发者

AS3 Combobox change dropdown position

I'm trying to change the position of the dropdown list relative 开发者_如何学运维to the combobox item. Setting the position using comboBox.dropdown.x = 1337; doesn't work...


Is this Flex 3 or Flex 4?

You can't just change stuff inside a component like that. You either need to subclass the ComboBox (Flex 3), or write a new skin (Flex 4).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜