Multi-column listbox type control in ASP.NET

删除回忆录丶 提交于 2020-01-07 02:13:31

问题


Does there exists a listbox control in ASP.NET which allows multiple columns and multiple selection?

I looked but couldn't find, so what options do I have available now?


回答1:


Not natively, you might need a third party library or create your own. I have used DevExpress for this purpose before.




回答2:


I'm afraid you won't be able to do it with normal asp .net ListBox control. Telerik Listbox supports list item templating, which allows you to have even a whole table of data within a list box item.




回答3:


this is possible all you have to do is to set it grammatically read this https://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.multicolumn(v=vs.110).aspx



来源:https://stackoverflow.com/questions/4896825/multi-column-listbox-type-control-in-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!