ajaxcontroltoolkit コンボボックスを使用していますが、リスト項目が適切な場所に表示されません。listitem は、テキスト ボックスのはるか下に表示されます。変更方法は?
<asp:ComboBox ID="cbItems" runat="server" DropDownStyle="DropDownList" AutoCompleteMode="SuggestAppend" MaxLength="0"
CssClass="WindowsStyle" AppendDataBoundItems="false" RenderMode="Block">
<asp:ListItem>Fox</asp:ListItem>
<asp:ListItem>1231</asp:ListItem>
<asp:ListItem>dsgadsg</asp:ListItem>
<asp:ListItem>4rjh56jh</asp:ListItem>
</asp:ComboBox>
アイデアや提案をお願いします。
ありがとう、