Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TreeList > Treelist Horizontal Scroll bar

Not answered Treelist Horizontal Scroll bar

Feed from this thread
  • shabbir mohammad avatar

    Posted on May 11, 2011 (permalink)

    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

    Reply

  • Veli Veli admin's avatar

    Posted on May 13, 2011 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TreeList > Treelist Horizontal Scroll bar
Related resources for "Treelist Horizontal Scroll bar"

ASP.NET TreeList Features  |   Documentation   |  Demos  |  Step-by-step Tutorial  ]