This is a migrated thread and some comments may be shown as answers.

Dynamically Add UserControls into Pages at runtime

2 Answers 139 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Jonathan Zee
Top achievements
Rank 1
Jonathan Zee asked on 28 Sep 2010, 07:05 AM
Hi guys,

Is there an equivalent toTabStrip.ContentPanel in RadPageViewPage so that i can add usercontrols into the page?

Im in the process of upgrading all my RadTabStrips when I discovered that there's no longer any content panel property for me to add my usercontrols.

Please advise.

Thanks

Jonathan

2 Answers, 1 is accepted

Sort by
0
Emanuel Varga
Top achievements
Rank 1
answered on 29 Sep 2010, 07:27 AM
Hello Jonathan,

In the PageViewPage you can add any control you want with:
radPageViewPage1.Controls.Add(control);

If there is anything else, please do not hesitate to contact us,

Best Regards,
Emanuel Varga
0
Alexander
Telerik team
answered on 30 Sep 2010, 04:45 PM
Hello,

Emanuel's code snippet can be used to add UserControls to a RadPageViewPage. You can add controls to a page at design-time as well. Please review this help for additional information.

Best regards,
Alexander
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
PageView
Asked by
Jonathan Zee
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
Alexander
Telerik team
Share this question
or