高手:
我在一个页面里面放了一个RadioButtonList控件,现在控件里面有很多项,再加上字数不是确定,在换行时就非变的有些难看.如图:
现在我需要:将RadioButtonList控件限制它每行显示3项或4项,不让它自动排列.请问高手这个问题如何解决!
欢迎同行,友情顶帖,大家共同探讨.
------解决方案--------------------------------------------------------
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatColumns="4">