RadDockZone Orientation

RadDockZones can be Horizontal and Vertical. You can set their orientation using the Orientation property. By default the property value is set to Vertical.

1) RadDockZone is vertical

- Height property is set: RadDocks will be ordered vertically. Scrollbars will apear in the RadDockZone if RadDockZone cannot fit the RadDocks.

- Height property is not set: RadDocks will be ordered vertically.RadDockZone will resize vertically to fit RadDocks

2) RadDockZone is horizontal

- Height property is set: RadDocks will be ordered horizontally until they reach RadDockZone width, after that they will be ordered horizontally on next row. Scrollbars will apear in RadDockZone if RadDockZone can not fit the RadDocks.

- Height property is not set: RadDocks will be ordered horizontally until they reach RadDockZone width, after that they will be ordered horizontally on next row.RadDockZone will resize vertically to fit RadDocks.