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

How to disable the horizontal scroll

4 Answers 273 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Keen
Top achievements
Rank 1
Keen asked on 31 Dec 2008, 02:34 AM
Hi,
I use PanelBar to build a menu.  When I click on an item (to expand some other sub items), a horizontal scroll appears, even the item text is not long. This problem only exists in Firefox, in IE there's no scroll.
I want to know how to disable this scrolling
Thanks for your help
Keen

4 Answers, 1 is accepted

Sort by
0
Wei
Top achievements
Rank 1
answered on 05 Jan 2009, 02:01 PM
Try set width and/or height of PanelBar to 99%. It worked for me.
Or maybe you can try add style="overflow:hidden" to <telerik:PanelBar ...>
0
Clive Hoggar
Top achievements
Rank 1
answered on 29 Jan 2009, 03:41 PM
Hi

I also have this annoying problem with Firefox, which is a known Firefox bug I believe.
I am using the 'black' skin so the white/grey scrollbar turns elegance into what looks
like an amateur effort.

Did anyone manage to get rid of them?

Thanks

Clive
0
Yana
Telerik team
answered on 30 Jan 2009, 11:22 AM
Hello Clive,

Please try to fix this glitch with the following css styles:

<style type="text/css">  
   .RadPanelBar .rpGroup {  
     overflow-x:hidden !important;  
     overflow-y:auto !important;  
}  
</style> 

Best wishes,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Teodorico
Top achievements
Rank 1
answered on 21 Feb 2009, 01:51 AM

I experienced the same issue and this fix worked perfectly.

Thank you.
Tags
PanelBar
Asked by
Keen
Top achievements
Rank 1
Answers by
Wei
Top achievements
Rank 1
Clive Hoggar
Top achievements
Rank 1
Yana
Telerik team
Teodorico
Top achievements
Rank 1
Share this question
or