在 mx:combbox中 使用 rowCount 属性来控制下拉框的高度
在 s:combbox 中
<s:ComboBox id = "startPage" width="70" dataProvider = "{_model.resExportStartEndPage}" labelField="label" selectedIndex = "0" change = "onStartPageChange(event)"> <s:open> <![CDATA[ (startPage.scroller.getChildAt(0) as ScrollerSkin).verticalScrollBar.thumb.minHeight = 20; ]]> </s:open> </s:ComboBox>
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/109928.html原文链接:https://javaforall.net