This demo shows how you can achieve horizontal or vertical orientation of RadWizard control. The Navigation and Progress bar can be either horizontally or vertically oriented.
The NavigationBarPosition and ProgressBarPosition properties control the position of these components.
By combining the values of those two properties you can configure different orientations:
- Horizontal - the position of navigation and progress bar can be set either to Top or Bottom. Note that the supported combination of values are : Top and Top, Top and Bottom, Bottom and Top, or Bottom and Bottom.
- Vertical - the position of navigation and progress bar can be set either to Right or Left. Note that the supported combination of values are : Right and Right, Right and Left, Left and Right, or Left and Left.