ASP.NET 中 DropDownList 中的滚动条

发布于 2024-11-27 05:45:44 字数 131 浏览 0 评论 0原文

我将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丶视觉 2024-12-04 05:45:44

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

庆幸我还是我 2024-12-04 05:45:44

您好,查看该帖子将允许通过下拉列表控制元素显示:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文