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.
我应该如何设置freetextbox的高度?我想根据文本框中文本的长度合理地调整文本框的大小。
只需根据需要设置文本框的高度属性......就像......
<FTB:FreeTextBox ID="txtDesc" runat="server" Width="590px" Height="300px" ></FTB:FreeTextBox>