I have a radSplitter setup that has an orientation set to Vertical. It takes up 100% of the width and height of the page. Inside is a pane set to the following:
The TabStrip simply shows the letters A to Z. When the browser window height is smaller than the TabStrip, I am not seeing a vertical scrollbar in the paneAlphaTabs. I do see the scrollbar in other panes with the same setting.
Anyone have any idea how to get the scrollbars to show in this case?
Thanks!
| <telerik:RadPane ID="paneAlphaTabs" runat="server" Width="90px" Scrolling="Y"> |
| <telerik:RadTabStrip ID="tabAlpha" runat="server" DataTextField="letter" DataValueField="letter" |
| Orientation="VerticalLeft" CausesValidation="False" ClickSelectedTab="True" |
| Height="100%" Width="40px" AutoPostBack="True" Skin="Vista"> |
| </telerik:RadTabStrip> |
| </telerik:RadPane> |
The TabStrip simply shows the letters A to Z. When the browser window height is smaller than the TabStrip, I am not seeing a vertical scrollbar in the paneAlphaTabs. I do see the scrollbar in other panes with the same setting.
Anyone have any idea how to get the scrollbars to show in this case?
Thanks!