asp.net中如何调整RadioButtonList的个选项的间距
4个回答
展开全部
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Width="22px"
CellPadding="10" CellSpacing="10" RepeatDirection="Horizontal">
<asp:ListItem></asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:RadioButtonList>
通过下面这连个属性值的大小来控制
CellPadding="10" CellSpacing="10"
CellPadding="10" CellSpacing="10" RepeatDirection="Horizontal">
<asp:ListItem></asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:RadioButtonList>
通过下面这连个属性值的大小来控制
CellPadding="10" CellSpacing="10"
展开全部
在每个item里加上类似style="margin: 10px;padding: 10px;",亲测有效
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
CellPadding
CellSpacing
CellSpacing
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询