The top RadSlidingZone has the SlideDirection set to Bottom
(this is by default when the Orientation of the
splitter is Horizontal).
The bottom RadSlidingZone has the SlideDirection set to Top.
Pane1 Pane2 Pane3 |
Pane1 |
 |
Pane2 |
 |
Pane3 |
 |
|
|
 |
Main Pane |
 |
 |
Pane1 |
 |
Pane2 |
 |
Pane3 |
|
Pane1 Pane2 Pane3 |
|
The left RadSlidingZone has the SlideDirection set to Right
(this is by default when the Orientation of the
splitter is Vertical).
The right RadSlidingZone has the SlideDirection set to Left.
Please note that the vertical tabs use proprietary text-direction styles, which are supported by Microsoft Internet Explorer only.
|  | Main Pane |  | |
Source Code & Description
Slide direction
You can position the RadSlidingZone in the Left, Right, Top and Bottom end of
the splitter. In any of these cases, the SlideDirection property will
give you the ability to slide the panes to the expected direction:
To enable the "Left to Right" sliding set the value of the SlideDirection
property to "Right".
To enable the "Right to Left" sliding set the value of the SlideDirection
property to "Left".
To enable the "Top to Bottom" sliding set the value of the SlideDirection
property to "Bottom".
To enable the "Bottom to Top" sliding set the value of the SlideDirection
property to "Top".