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

Resizing/Scrollbar Questions

1 Answer 92 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 16 Apr 2008, 04:23 AM
A couple of RadDock questions....

Is there a way to disable the scrollbars in the Docking Zone?

Is there an easy way that you can programatically (in vb) change the size of a floating RadDock after post back?

Does a RadDock stay in the current browser window, or if you have multiple monitors, can you click and drag the RadDock to the other screen....(I'm asking because I don't have dual-monitors.)

Thanks in advance.

Matt

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 21 Apr 2008, 05:37 AM
Hello Matt,

If you want RadDockZone to resize when add RadDocks you should set only RadDockZone.MinHeight property instead RadDockZone.Height property. You can find a simple example, which illustrates zone without scrollbars (second zone) here:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Dock/Examples/ZoneOrientation/DefaultCS.aspx

Regarding your second question, the RadDock has a Height property and it can be easily controled on the server, e.g. RadDock1.Height = Unit.Pixel(400)

As for your last question the answer is no. The RadDock control is a child of the document, e.g. it cannot be dragged outside of the browser bounds.

Let us know if you have any other questions.

All the best,
Petio Petkov
the Telerik team

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