This is a migrated thread and some comments may be shown as answers.

Vertical Scroll Bars

1 Answer 118 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Ryan Means
Top achievements
Rank 1
Ryan Means asked on 02 Sep 2008, 05:20 PM
When I add a set width of 250px to the RadTreeView and I reach a node where the treeview has to scroll then the vertical scroll bars are also appearing.  How do I make it so that only the horizontal scroll bars appear?

<telerik:RadTreeView ID="rtvCurrentTree" runat="server" Width="250px"/> 

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Sep 2008, 09:57 AM
Hi Ryan,

You can try setting style=" overflow-y: hidden" in the aspx to prevent the vertical scrollbars from appearing.

ASPX:
 <telerik:RadTreeView ID="RadTreeView1"  style=" overflow-y: hidden"  Width="250px"  > 
                  

You can also go through the following KB article for getting more details on this regard.
Controlling RadTreeView scrollbars' visual appearance

Cheers
Shinu.
Tags
TreeView
Asked by
Ryan Means
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or