如何使我的 RadioButtonList 垂直堆叠显示?
我的 .aspx 页面上有一个 RadioButtonList
,我将其加载到代码隐藏中。
我怎样才能让它垂直显示?
I have a RadioButtonList
on my .aspx page and I load it in the codebehind.
How can I have it show vertically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将重复方向更改为垂直。 如果您在按照您想要的方式呈现时遇到问题,您可能还想考虑使用 RepeatLayout=Flow。 通常,我会使用 RepeatLayout=Flow 并分配 CssClass 来处理样式。
Change the RepeatDirection to Vertical. You might also want to look at using RepeatLayout=Flow if you have problems getting it to render the way you want. Often, I'll use RepeatLayout=Flow and assign a CssClass to handle styling.