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

RadSplitter never auto ReSize in diffrent resolution or height page

3 Answers 129 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Mohamad Javad
Top achievements
Rank 1
Iron
Mohamad Javad asked on 12 Jul 2014, 06:46 AM
hi
the page with RadSplitter with Height="100%"  never resize and fit Height to page in diffrent resolution . for example in page with Height=760 is diffrent seen page with Height=720 and .....how to fit to page in all resolution with RadSplitter?my code:    <telerik:RadSplitter ID="RadSplitter1" runat="server"       Height="100%" Width="100%">
        <telerik:RadPane ID="navigationPane" runat="server" ForeColor="White" Height="100%" Scrolling="None"
             Width="200px" CssClass="treeViewNavigate">
//my code
        </telerik:RadPane>
        <telerik:RadSplitBar ID="RadSplitbar1" runat="server" CollapseMode="Forward"  Height="100%">
        </telerik:RadSplitBar>
        <telerik:RadPane ID="contentPane" runat="server" Height="100%">
//my code
   </telerik:RadPane>
    </telerik:RadSplitter>

3 Answers, 1 is accepted

Sort by
0
Mohamad Javad
Top achievements
Rank 1
Iron
answered on 12 Jul 2014, 06:51 AM
sample picture :
0
Mohamad Javad
Top achievements
Rank 1
Iron
answered on 12 Jul 2014, 06:52 AM
other resolution picture:
0
Vessy
Telerik team
answered on 14 Jul 2014, 01:24 PM
Hello Mohamad,

When you want a Splitter to take size in percentages, you have to make sure that all of its parent also have  size configured in percentages (up to a parent with a fixed size). Otherwise, the control will be rendered with its default height of ~400px. You can find detailed information on the subject in the following online resources:
    Filling the Entire Page
    Specifying Size
    Resize with Window

I hope this information will be helpful for you.

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Splitter
Asked by
Mohamad Javad
Top achievements
Rank 1
Iron
Answers by
Mohamad Javad
Top achievements
Rank 1
Iron
Vessy
Telerik team
Share this question
or