Ajax组合listitem的高度 [英] ajax combo listitem height

查看:70
本文介绍了Ajax组合listitem的高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何设置Ajax组合列表项的高度?

我的ajax组合包含1000个项目,我只想一次显示3-4次.

Help

How do I set ajax combo listitems height?

My ajax combo contains 1000 of items and I just want to show 3-4 times at time.

Help

推荐答案

您尝试过CSS吗?
Did you try CSS?
.ajax__combobox_itemlist
{
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
    text-align: left;
    border: solid 1px ButtonShadow;
    background-color: Window;
    color: WindowText;
    height: 100px;
}



参考: ^ ]



Ref: http://forums.asp.net/t/1518398.aspx/1?Issue+in+Ajax+combo+box+control+in+Specifying+the+height+of+the+dropdown[^]


这篇关于Ajax组合listitem的高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆