easyui combobox 设置滚动条

Posted hellokitty1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyui combobox 设置滚动条相关的知识,希望对你有一定的参考价值。

技术分享图片

设置滚动条:

1 panelHeight:200  ;设置固定的高度。

panelHeight:‘auto‘, panelMaxHeight:200.

<input class="easyui-combobox"  name="adminGroupId" id="adminGroupId" data-options="panelHeight:‘auto‘,panelMaxHeight:200">

技术分享图片

在我的代码中方法一没有起作用。

以上是关于easyui combobox 设置滚动条的主要内容,如果未能解决你的问题,请参考以下文章