aspx页面中的多列列表框
我有一个列表框:
<asp:ListBox ID="lstAppointment" runat="server"></asp:ListBox>
我想将其设为多列。我用谷歌搜索了很多,但没有找到合适的答案。我正在使用 ASP.NET C# 工作。
I have a list box:
<asp:ListBox ID="lstAppointment" runat="server"></asp:ListBox>
I want to make it multicolumn. I googled a lot but not finding the appropriate answer. I am working in ASP.NET C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在正在使用 Gridview 为此目的。
I am using Gridview now for this purpose.