如何让CheckBoxList横着显示
1个回答
展开全部
默认情况下,RadioButtonList、CheckBoxList 的各项是一行一个,竖着显示的,如何让其横着显示呢,设置 RepeatDirection 为 RepeatDirection.Horizontal就可以达到想要的结果。
<html>
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<fieldset>
<legend>系统管理</legend>
<asp:CheckBoxList ID="cblSystem" runat="server" AutoPostBack="false"
RepeatColumns="4" RepeatDirection="Horizontal">
</asp:CheckBoxList>
</fieldset>
<div>
</body>
</html>
<html>
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<fieldset>
<legend>系统管理</legend>
<asp:CheckBoxList ID="cblSystem" runat="server" AutoPostBack="false"
RepeatColumns="4" RepeatDirection="Horizontal">
</asp:CheckBoxList>
</fieldset>
<div>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询