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

Vertical Scroll bars Inside RadDock

3 Answers 202 Views
Dock
This is a migrated thread and some comments may be shown as answers.
ahmad moghadaskhoo
Top achievements
Rank 1
ahmad moghadaskhoo asked on 21 Jun 2008, 02:41 PM
hi
Here is my Codes:

<div style="float: left; width: 20%; height: 100%;"
        <telerik:RadDockZone ID="DockZone_Left" runat="server" Skin="WebBlue" UniqueName="DockZone_Left" 
            BackColor="#3a6ea5" BorderStyle="None" Orientation="Vertical" Width="95%" Height="95%"
            <telerik:RadDock ID="Dock_Left_Top" runat="server" Height="48%" Skin="WebBlue" Width="100%" 
                UniqueName="Dock_Left_Top" DefaultCommands="None" BackColor="#3a6ea5" BorderStyle="None" > 
                <ContentTemplate> 
                    <div style="text-align: center; width: 100%; height: 100%"
                        <img src="Neurologica/Picture1.jpg" alt="Picture1" style="width: 160px; height: 120px" /> 
                    </div> 
                </ContentTemplate> 
            </telerik:RadDock> 
            <telerik:RadDock ID="Dock_Left_Bottom" runat="server" Height="50%" Width="100%" Skin="WebBlue" 
                UniqueName="Dock_Left_Bottom" DefaultCommands="None" BackColor="#3a6ea5" BorderStyle="None" 
                Title="CereTomâ„¢ Clinical Use"
                <ContentTemplate> 
                    <br /> 
                    <div style="text-align: center"
                        <img src="Neurologica/Picture3.jpg" alt="Picture3" style="width: 160px; height: 120px" /> 
                    </div> 
                </ContentTemplate> 
            </telerik:RadDock> 
        </telerik:RadDockZone> 
    </div> 
 

When Showing page i have This Unwanted Vertical Scroll bars.
How Can I Remove Them.
Regards
Ahmad

3 Answers, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 23 Jun 2008, 03:55 PM
Hi,

If you set RadDock.Height property to a value and the content is bigger, a scrollbars will appear. If you want to avoid this behavior please do not set the RadDock.Height property.

If this suggestion doesn't help you, please open a new support thread and send us simple running project, where we can observe this issue. Once we receive it, we will do our best to help you.

Kind regards,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mawfang Lee
Top achievements
Rank 1
answered on 24 Jun 2008, 10:27 AM
I 've the same problem, hope telerik can solver this issue!
0
Petio Petkov
Telerik team
answered on 26 Jun 2008, 02:33 PM
Hi Mawfang Lee,

Please open a new support ticket and send us a running project, where we can observe this problem. Once we receive it we will do our best to help you.

Sincerely yours,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
ahmad moghadaskhoo
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Mawfang Lee
Top achievements
Rank 1
Share this question
or