asp.net的多行TextBox随内容增加自动增高而不显示滚动条!

<TD align="center" valign="top">

<asp:TextBox id="txtNews" runat="server TextMode="MultiLine" readonly=true width=100% Wrap="true" style="overflow-y:visible"></TextBox>

</TD>

重要的一句:style="overflow-y:visible"

你可能感兴趣的:(asp.net)