如何使 CheckBoxList 中的复选框出现在文本左侧?
我环顾四周,但没有发现任何成员似乎可以让你设置这个。能做到吗?
I've been looking around but didn't find any members that seemed to let you set this. Can it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
textAlign 确定文本将显示在复选框的哪一侧(或
TextAlign="Right"
来回答您的问题)。The textAlign determines which side of the check box the text will appear (or
TextAlign="Right"
to answer your question).您是否尝试过 Checkboxlist 的“TextAlign”属性来管理文本对齐方式?
Have you tried "TextAlign" Attribute of Checkboxlist to manage the text alignment?