All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TreeView
/
Wrapping of RadTreeNode Text
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Brian Mains CompInc
3 posts
Member since:
Nov 2008
Posted 22 May 2009
Link to this post
Hello,
I need the RadTreeNode to wrap, and not cause the horizontal scrollbar to appear. What setting do I have to change?
Thanks.
Shinu
17764 posts
Member since:
Mar 2007
Posted 25 May 2009
Link to this post
Hello Brian,
Try applying
style="white-space:normal"
for treeview in order to wrap the treenode text and hence avoid horizontal scrollbar. Checkout the following link for more information.
Wrap TreeNode's text
-Shinu
Back to Top
Close