Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなドロップダウンリストがあります。
<asp:panel runat="server" groupingtext="Some Text"> <table> <tr> <td><asp:DropDownList runat="server" /></td> </tr> </table> </asp:panel>
含まれるアイテムのサイズに関係なく、ドロップダウンリストの幅が常に親の領域を埋めるようにします。これどうやってするの?