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

resize RadDock (both vertically as well as horizontally )

3 Answers 122 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Abhi Shinde
Top achievements
Rank 1
Abhi Shinde asked on 27 Dec 2010, 09:54 AM
hi,
   I want to resize RadDock both vertically as well as horizontally.
Is it posible?

Note:
      I am using Telerik version - (Latest) Q3 2010
code-
<telerik:RadDockLayout runat="server" ID="RadDockLayout1" OnSaveDockLayout="RadDockLayout1_SaveDockLayout"
                                OnLoadDockLayout="RadDockLayout1_LoadDockLayout" >
                                <telerik:RadDockZone runat="server" ID="RadDockZone1" Width="300" MinHeight="500"
                                   Style="float: left; margin-right: 5px" >
                                </telerik:RadDockZone>
 </telerik:RadDockLayout>

I want a RadDock only in RadDockZone.

3 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 30 Dec 2010, 08:48 AM
Hello Abhi,

I believe that this online demo will be of help for you.

Regards,
Fiko
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Abhi Shinde
Top achievements
Rank 1
answered on 05 Jan 2011, 09:03 AM
Hi Fiko,
           its ok.
But I want resize Raddock ( in both direction ) inside RadDockZone. 
is it possible..?
0
Pero
Telerik team
answered on 05 Jan 2011, 03:24 PM
Hi Abhi,

To be able to resize the RadDock while docked to a zone in both directions (horizontally and vertically), the width and height of the RadDock must be smaller than the respective dimensions of the RadDockZone. Because the FitDocks property of the zone is set to true by default, the dock will always have width as the zone, so you should set this property to false if you want to resize the dock horizontally.

Greetings,
Pero
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Dock
Asked by
Abhi Shinde
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Abhi Shinde
Top achievements
Rank 1
Pero
Telerik team
Share this question
or