Hi Greg,
Thank you for writing.
Here are a few thoughts:
- You can create and place the page view on the form and make it invisible by setting its Visible property to false. Then, when needed, make it visible.
- You can create a UserControl with RadPageView in it, place it on the form, and again control it via the Visible property.
- You can place the page view on the form and leave it there at all times and if you are using the same ViewMode, you can just clear the Pages collection of the control and fill it with the appropriate pages, according to the pressed button.
I hope that you find this information useful. Let us know if you have any other questions.
Kind regards,
Stefan
the Telerik team