如何创建具有可拖动列宽的 ASP.NET 列表视图?
在 Windows 应用程序中,我们只需拖动列标题即可更改 ListView 的列宽。我怎样才能在 ASP.NET ListView
中做到这一点?
In windows applications we can change the ListView
's column width by just dragging the header of the column. How can I done that in a ASP.NET ListView
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ASP.NET 列表视图不支持该功能。您可以使用 ASP.NET 和 Javascript(或 ASP.NET AJAX 或 JQuery)的组合来进行自己的实现。
ASP.NET listview does not support that feature. You can make your own implementation using a combination of ASP.NET and Javascript (or ASP.NET AJAX or JQuery).
我建议您查看 Telerik RadControls for ASP.NET。
具体查看以下演示:
DevExpress 还制作了一些很棒的控件包,可能会满足您的需求。不幸的是,我还没有遇到过很多很棒的“免费”启用 ajax 的网格控件,我会推荐它们。
您还可以查看 ASP.NET 网站获取控件列表。
I would recommend looking at the Telerik RadControls for ASP.NET.
Specifically check out the demos for:
DevExpress also makes some great control packages as well that might suit your needs. I haven't come across very many great 'free' ajax enabled grid controls that I would recommend unfortunately.
You can also look on the ASP.NET site for a list of controls.