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

RadPaneBar with ScrollBar

4 Answers 68 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 2
Johnny asked on 09 Jan 2012, 06:16 AM
One of my web page i am using RadPanelbar my problem is if the content exceeds the height of RadPanelItem's ContentTemplate
ScrollBar Doesn't appear
i set
ExpandMode="FullExpandedItem"
but still the scrollbar not appearing
iam using 2011 Q2 control
is this problem fixed in Q3
or how to solve this problem

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Jan 2012, 07:46 AM
Hello,

Try the following CSS.
CSS;
<style type="text/css">
 .rpTemplate
    {
       overflow:scroll !important;
    }
</style>

Thanks,
Princy.
0
Johnny
Top achievements
Rank 2
answered on 09 Jan 2012, 08:34 AM
hi princy
still same problem
without the content exceed the horizantal scrool bar appearwhen the vertical height exceeds
vertical scrool bar docesn't appear
ok in goole chrome
still problem in IE9
0
Johnny
Top achievements
Rank 2
answered on 09 Jan 2012, 08:53 AM
hi princy just now i find out the issue
if i set Height="100%" the scroll bar doesn't appearif i set fixed height like Height="500px"
the scroll bar appear
but i want to set width in percentage
is it possible can i ahve both Scrollbar and 100% height
0
Kate
Telerik team
answered on 09 Jan 2012, 01:31 PM
Hi Johnny,

Can you please send us the markup of the RadPanelBar control that you are using so we can test the issue locally?

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
PanelBar
Asked by
Johnny
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Johnny
Top achievements
Rank 2
Kate
Telerik team
Share this question
or