问题
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