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.
我有一个telerik RadTextBox,我想在其中显示一行,问题是内容有点滚动并且不显示所有文本,我该如何解决。提前致谢。
尝试使用 textmode="singleline"
<telerik:RadTextBox runat="server" ID="txtbox1" TextMode="SingleLine"></telerik:RadTextBox>