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

[Solved] Active scrollbar on TreeView

1 Answer 129 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
BRUNO
Top achievements
Rank 1
BRUNO asked on 23 Apr 2012, 12:51 PM
Please, does anyone have a sample project demonstrating the treeview with horizontal and vertical scrollbar?

Thanks.

1 Answer, 1 is accepted

Sort by
0
BRUNO
Top achievements
Rank 1
answered on 23 Apr 2012, 01:47 PM
I managed to solve the problem using the following definition in treeview

  @Html.Telerik().TreeView("TreeView1").HtmlAttributes(new { style =  "height: 400px; overflow: scroll; position: relative;" })

thanks
Tags
TreeView
Asked by
BRUNO
Top achievements
Rank 1
Answers by
BRUNO
Top achievements
Rank 1
Share this question
or