设置RadioButtonList的RepeatLayout属性为"Flow"就可以了。 代码如下:
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" ></asp:RadioButtonList>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-11-17
  • 2021-09-04
  • 2022-12-23
  • 2021-12-17
猜你喜欢
  • 2021-11-12
  • 2021-11-17
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案