ASP.NET 中 DropDownList 中的滚动条
我将 DropDownList 与后端的 DataTable 绑定。如果 DataTable 包含更多值,那么在选择 DropDownList 时,它看起来会很长并且看起来不太好。有没有办法在 DropDownList 中使用 ScrollBar?
I am binding a DropDownList with the DataTable from the BackEnd. If the DataTable contains more value then while selecting the DropDownList it looks very lengthy and it looks not good. Is there a way to use ScrollBar in DropDownList?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DropDownList 控件没有内置方法可以做到这一点。一种选择是构建一个可以执行此操作的自定义控件。
尝试谷歌搜索 DropDownList 添加滚动条。 向下拉列表添加滚动条 讨论了如何做到这一点。
这是 MSDN 上的搜索 - DropDownList滚动条
There's no built-in way to do that with the DropDownList control. One option would be to build a custom control that would do this.
Try googling for DropDownList adding scroll bars. adding scrollbar to dropdownlist has a discussion about ways to do that.
Here's a search on MSDN - DropDownList scroll bars
您好,查看该帖子将允许通过下拉列表控制元素显示:
DropDownList(html 选择)垂直滚动条 – 项目数
hi check out the post will allow to control the element display by drop downlist :
DropDownList (html select) vertical scrollbar – number of items