如何使我的 RadioButtonList 垂直堆叠显示?

发布于 2024-07-18 07:06:14 字数 88 浏览 6 评论 0原文

我的 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我还不会笑 2024-07-25 07:06:14
RepeatDirection=Vertical
RepeatDirection=Vertical
谁许谁一生繁华 2024-07-25 07:06:14

将重复方向更改为垂直。 如果您在按照您想要的方式呈现时遇到问题,您可能还想考虑使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文