I want to give user the ability to change Winform PageView ViewMode . How can i implement it?
2 Answers, 1 is accepted
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 26 Jul 2019, 12:05 PM
Hello, Saud,
The ViewMode property allows you to control the current mode of RadPageView. The supported modes are Strip, Stack, Outlook, ExplorerBar, Backstage and Navigation view. Feel free to use this one which suits your requirements best.
In order to allow the end users to change the view, you can use a RadDropDownList for example, fill it with items illustrating the different view modes. After the selection is changed, set the RadPageView.ViewMode property to the respective view.
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.