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.
1行を表示したいテレリックRadTextBoxがあります。コンテンツが少しスクロールし、すべてのテキストが表示されないという問題があります。どうすれば修正できますか。前もって感謝します。
textmode="singleline" を使用してみてください
<telerik:RadTextBox runat="server" ID="txtbox1" TextMode="SingleLine"></telerik:RadTextBox>