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

[Solved] control overflow outside the splitter control

1 Answer 22 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sunil
Top achievements
Rank 1
sunil asked on 05 Dec 2012, 01:24 PM
hi,

I have created something like below given example

<telerik:Radsplitter ID="RadSplitter1" runat="server" Height ="660px" Width ="100%" >
        <telerik:RadPane ID="LeftPane" runat="server" Scrolling="none">
            <telerik:RadSlidingZone ID="SlidingZone1" runat="server">
                <telerik:RadSlidingPane ID="RadSlidingPane1" Scrolling="Both" DockText="Filters" Title="Filters" runat="server"  >
               ................................
               </telerik:RadSlidingPane>
</telerik:RadPane>
        <telerik:RadSplitBar ID="Radsplitbar1" runat="server">
        </telerik:RadSplitBar>
        <telerik:RadPane ID="MiddlePane1" Scrolling="none" runat="server" Width ="100%" Height="100%">
<table id="mainTable" cellpadding="0" cellspacing="0" width="100%" style="height: 100%;width:100%;">
............. MAIN CONTENT (some control)
</tr>
    </table>               
            </telerik:RadPane>           
            </telerik:Radsplitter>

when i run this, and dock the RadSlidingPane the main content crosses the width and height of the MiddlePane1 as i have given scrolling="none" in MiddlePane1, it looks like the main content is inside the MiddlePane1 and as the scrolling is none i cant even reach to other part of main content,

I would like to see the content in the Middlepane1 to adjust the screen as i dock the RadSlidingPane. 3

Note:on a first hand i felt that should be because of controls inside MiddlePanel1 but as i would do some event changes i would see the main content adjusting with Middlepanel1 and entire screen fits fine, for your note i have given 100% to all the controls width

1 Answer, 1 is accepted

Sort by
0
sunil
Top achievements
Rank 1
answered on 07 Dec 2012, 05:36 AM
Hi,

I haven't received any reply to my above mail

With Regards,
Tags
General Discussions
Asked by
sunil
Top achievements
Rank 1
Answers by
sunil
Top achievements
Rank 1
Share this question
or