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

[Solved] Panelbar horizontal scroll

4 Answers 247 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Philip
Top achievements
Rank 1
Philip asked on 06 May 2008, 05:44 PM
Hello,

is there an issue with horizontal scrolling in a PanelBar ItemTemplate? Vertical scrolling works fine. I have a TreeView inside the template, but the horizontal scrollbar does not appear when the TreeView is expanded.

I found the same issue at: http://www.telerik.com/community/forums/thread/b311D-edhac.aspx

Greetings
Philip

4 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 07 May 2008, 07:40 AM
Hello Philip,

I think the best way to proceed is to open a support ticket and send us a simple running project illustrating the problem. We will test it locally and try to find a solution.

Also, please give us information about the RadPanelBar control which you use - is this RadPanelBar for ASP.NET or RadPanelBar for ASP.NET AJAX (part of Telerik.Web.UI suite)?


Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Kaech
Top achievements
Rank 1
answered on 02 Jun 2008, 10:47 AM
Hi Team Telerik,
is there still ;-) a workaround to get the horizontal scrollbar in IE?

Thanks for answering,
Andreas
0
Paul
Telerik team
answered on 02 Jun 2008, 01:30 PM
Hello Andreas,

As already suggested to Philip, you'd better open a support ticket and send us a simple running project illustrating the problem. We will test it locally and try to find a solution.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Kaech
Top achievements
Rank 1
answered on 09 Jun 2008, 03:32 PM
... if someone else has the same problem, here is the solution:

<style type="text/css">
        .RadPanelBar .rpLevel1 
        { 
            overflow: auto !important; 
        } 
</style>

This works.
Tags
PanelBar
Asked by
Philip
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Andreas Kaech
Top achievements
Rank 1
Paul
Telerik team
Share this question
or