Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > RadPaneBar with ScrollBar

Not answered RadPaneBar with ScrollBar

Feed from this thread
  • Johnny Intermediate avatar

    Posted on Jan 9, 2012 (permalink)

    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

    Reply

  • Posted on Jan 9, 2012 (permalink)

    Hello,

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

    Thanks,
    Princy.

    Reply

  • Johnny Intermediate avatar

    Posted on Jan 9, 2012 (permalink)

    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

    Reply

  • Johnny Intermediate avatar

    Posted on Jan 9, 2012 (permalink)

    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

    Reply

  • Kate Kate admin's avatar

    Posted on Jan 9, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > RadPaneBar with ScrollBar
Related resources for "RadPaneBar with ScrollBar"

[  ASP.NET PanelBar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]