所以这就是我在没有任何设置的情况下尝试在垂直模式下制作单选按钮列表时得到的,有人可以帮我把所有东西都对齐吗?感觉什么都试过了...
<asp:RadioButtonList ID="selectionbuttonlist"
runat="server"
RepeatDirection="Horizontal"
OnDataBound="selectionbuttonlist_DataBound"
AutoPostBack="true"
RepeatLayout="Flow">
<asp:ListItem Value="All" Selected="True">
Allt
</asp:ListItem>
<asp:ListItem Value="A">
<img src="../Images/PlanCategoryGeneral.gif" align="absmiddle" />
Allmänt
</asp:ListItem>
</RadioButtonList>