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

Tree View disable scroll

3 Answers 395 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
m
Top achievements
Rank 1
m asked on 07 Feb 2014, 10:49 PM
I badly need to remove or disable the HScrollBar in Tree View.  I've seen answers for radTreeView, but nothing for UI TreeView.   Please, I need to disable this asap

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 11 Feb 2014, 12:08 PM
Hello,

The Kendo UI TreeView does not have scrollable option that you can disable or enable. I am not aware of your project, but you will need to handle the container holding the treeview, as it might be the reason to see the scrollbar. 

If you can not point the reason for the appearing scrollbar, please extract a sample, that we can take a look at and advise you accordingly.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Stephan
Top achievements
Rank 1
answered on 01 Apr 2014, 10:11 AM
I've stumbled upon the same issue when my treeview is inside a split bar, etc. What you need to do is to set the style on the treeview like:

<ul id="TreeView" style="overflow:none">
</ul>
0
Kiril Nikolov
Telerik team
answered on 03 Apr 2014, 06:43 AM
Hi Stephan,

Thank you very much for sharing this.

Setting overflow to none is indeed one of the possible implementation that can help you tackle the problem.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeView
Asked by
m
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Stephan
Top achievements
Rank 1
Share this question
or