如何告诉 RadioButtonList 不生成表格

发布于 2024-08-01 20:55:32 字数 110 浏览 7 评论 0 原文

当我设置 RadioButtonList 时,它会为其创建一个表格布局,但我不想要这个......我该如何摆脱它?

这可能是重复的,但我已经搜索过但没有找到这样的问题。

When I set up a RadioButtonList it creates a table layout for it and I don't want this... how do I get rid of it?

It might be a duplicate but I've searched and haven't manage to find a question like this here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

他不在意 2024-08-08 20:55:32

您必须更改 RepeatLayout 属性并将其设置为 Flow 可能会产生您正在搜索的结果。

在这里查看所有其他 RepeatLayout 选项:

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.repeatlayout.aspx

有点傻,4.0 框架仍然默认丑陋的表格变体,我主要恢复到 UnorderedList 变体。

You'll have to change the RepeatLayout property and setting it to Flow will probably yield the result you are searching for.

Take a look at all the other RepeatLayout options here:

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.repeatlayout.aspx

Kinda silly the 4.0 framework still defaults the ugly table variant, I mostly revert to the UnorderedList variant.

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