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

Treelist Horizontal Scroll bar

1 Answer 96 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
shabbir mohammad
Top achievements
Rank 1
shabbir mohammad asked on 11 May 2011, 10:01 PM
Hi

Is there way to enable an horizontal scroll bar on the tree list. I have a tree list with auto generated column.  The columns at the end does not show up if it exceeds certain number. If I reduce the column width manually than I can see those missing columns.

Is there a way where  I can have the screen scroll horizontally automatically.

Thanks
Shabbir

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 13 May 2011, 10:31 AM
Hello shabbir,

Scrolling for RasdTreeList is scheduled for implementation in upcoming versions of RadControls. In the mean time, you can use the following CSS on your page to have the treelist scroll the table inside:

.RadTreeList {
    overflow: auto;
    width: 400px;
}
 
.RadTreeList table {
    width: 1000px !important;
}


Veli
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TreeList
Asked by
shabbir mohammad
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or