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.
フリーテキストボックスの高さを設定するにはどうすればよいですか?テキストボックス内のテキストの長さに基づいて、テキストボックスのサイズを適切に設定したいと思います。
テキストボックスの高さプロパティを好きなだけ設定するだけです...のように..
<FTB:FreeTextBox ID="txtDesc" runat="server" Width="590px" Height="300px" ></FTB:FreeTextBox>