The tabstrip in conjunction with the multipage can be used to load dynamic UserControls.
The example above demonstrates dynamic creation of tabs, pageviews and loading UserControls inside the pageviews.
Notice the usage of the PageViewItemCreated event to persist the dynamically created controls inside a PageView. In addition, we have to explicitly set IDs to the UserControls.