Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 asp.net 中使用单选按钮控件,但我遇到了一个问题,单选按钮的标签显示在单选按钮下方。我想在单选按钮前面使用它。单选按钮是否有任何属性可以在单选按钮前面显示标签?
这可能是因为您添加的文本很长,或者完全控制的空间较小,所以文本被换行了。尝试为控件提供一些较大的固定宽度。如果你发布一些代码会更好。