当前位置: 代码迷 >> ASP.NET >> 请教高手:RadioButtonList可不可限制每行"项"的个数
  详细解决方案

请教高手:RadioButtonList可不可限制每行"项"的个数

热度:8550   发布时间:2013-02-25 00:00:00.0
请问高手:RadioButtonList可不可限制每行"项"的个数?
高手:
  我在一个页面里面放了一个RadioButtonList控件,现在控件里面有很多项,再加上字数不是确定,在换行时就非变的有些难看.如图:
现在我需要:将RadioButtonList控件限制它每行显示3项或4项,不让它自动排列.请问高手这个问题如何解决!
  欢迎同行,友情顶帖,大家共同探讨.

------解决方案--------------------------------------------------------
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatColumns="4">
  相关解决方案