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

Panel width OK, height is not????

1 Answer 48 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Cameron Arnott
Top achievements
Rank 1
Cameron Arnott asked on 28 Sep 2009, 07:21 AM
<%@ Master Language="VB" CodeFile="PricingModel.master.vb" Inherits="Masters_PricingModel" %> 
 
<%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart" %> 
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title>Untitled Page</title> 
</head> 
<body> 
    <form id="form1" runat="server">  
      
            <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
            </telerik:RadScriptManager> 
         
            <telerik:RadSplitter id="RadSplitter1" runat="server" height="200" width="700">  
                <telerik:RadPane id="LeftPane" runat="server" width="22" scrolling="none">  
                    <telerik:RadSlidingZone id="SlidingZone1" runat="server" width="22">  
                        <telerik:RadSlidingPane id="Pane1" title="Pane1" runat="server" width="150">Pane1</telerik:RadSlidingPane>                    </telerik:RadSlidingZone> 
                </telerik:RadPane> 
                <telerik:RadSplitBar id="RadSplitbar1" runat="server"></telerik:RadSplitBar> 
                <telerik:RadPane id="MiddlePane" runat="server" Scrolling="Both">  
                Main Pane  
                 <div style="OVERFLOW: auto;">  
                <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">  
                   </asp:contentplaceholder> 
                   </div> 
                </telerik:RadPane> 
                <telerik:RadSplitBar id="Radsplitbar2" runat="server"></telerik:RadSplitBar> 
                <telerik:RadPane id="EndPane" runat="server" width="22" scrolling="none">  
                </telerik:RadPane> 
            </telerik:RadSplitter> 
          
      
    <div> 
    </div> 
    </form> 
</body> 
</html> 

 

The above is the code for a master page.

 

What is in the contentplaceholder is quite large.

 

When I run the page the horizontal scroll is fine, and everything can be viewed width wise.

But, although the vertical scroll bar is there, you are able to scroll practically nothing, and it seems to be cut off at what ever height you have set the splitter to be.

Now I have set scrolling to Both on the pane, and I even tried puting the contentplaceholder in a div with scrolling, but it's just the same.

Hope someone can help!!!

 

 

 

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 29 Sep 2009, 09:39 AM
Hi Cameron Arnott,
You should remove the DIV element and keep the Scrolling=Both setting. I created a simple test project based on the information you have provided, but I was not able to reproduce the problem you describe. I have attached the test project for your reference. Could you please check whether you can reproduce the problem with it? Additionally, I noticed that you are not using the latest version of the suite - could you please check whether you can reproduce the problem with the latest version as well?

In case the problem persists, please send me the code of your content page with which you can reproduce the problem.

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Splitter
Asked by
Cameron Arnott
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or