如何使 CheckBoxList 中的复选框出现在文本左侧?

发布于 2024-09-08 22:09:01 字数 38 浏览 2 评论 0原文

我环顾四周,但没有发现任何成员似乎可以让你设置这个。能做到吗?

I've been looking around but didn't find any members that seemed to let you set this. Can it be done?

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

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

发布评论

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

评论(2

不如归去 2024-09-15 22:09:01
<asp:CheckBoxList id="lb1" runat="server" TextAlign="Left">

textAlign 确定文本将显示在复选框的哪一侧(或 TextAlign="Right" 来回答您的问题)。

<asp:CheckBoxList id="lb1" runat="server" TextAlign="Left">

The textAlign determines which side of the check box the text will appear (or TextAlign="Right" to answer your question).

夏花。依旧 2024-09-15 22:09:01

您是否尝试过 Checkboxlist 的“TextAlign”属性来管理文本对齐方式?

Have you tried "TextAlign" Attribute of Checkboxlist to manage the text alignment?

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