Hi,
I have a radpanelbar and programatically added 3 panelitems to it
<telerik:radpanelbar id="RadPanelBar1" runat="server"
enableembeddedskins="false" ExpandMode="FullExpandedItem"
cssclass="RadPanelBar_Default" width="100%" style="overflow:hidden"
Height="100%"></telerik:radpanelbar>
Each panleitems has an iframe.When the window is resized to a particular size smaller then (Any X 600) the vertical scrollbar of panelitem is shown up above the iframe scroll bar and i am not able to scroll to the end of iframe by dragging the thumb or clicking the up and down arrows of the scroll bar .It works fine when I scroll using up and down keys and mouse scroll.
setting the style="overflow:hidden for radpanelbar did not work for me...
Thanks,
chanti