WebPageControl and multiple sheets

Hi

When adding a WebPageControl and multiple sheets, it is not possible to switch design time to a different sheet than the first one to add controls. All controls added are located on the first sheet created. Selecting other page sheet in the Structure overview, do not update the design form but still show the first created shee.

I'm using tms web core 1.0.3627.

Regards
Eirik

Hello,
You need to change the active tab using TabIndex property so you can place components on other tabs. We will add those design-time capabilities on future releases.

Thanks!

Thanks

Then I understand how I used this in one project earlier. Thought it had stopped working but forgot about the tabindex setting to switch active pages.

BR
Eirik