Muhammad Akhtar
Muhammad Akhtar

Reputation: 52241

How can I add WPF form into tab item of tab control

How can I add WPF form into tab item of tab control?

like I have make wpf form, I need to add in tab control collection just like when we open wpf form in VS 2010 and it is open in Tab MDI form and different forms are showing in different tab.

Thanks

Upvotes: 1

Views: 1663

Answers (1)

Henk Holterman
Henk Holterman

Reputation: 273274

Don't use Forms to put n Tabpages. Use UserControls instead. You can put them there with the designer.

Upvotes: 5

Related Questions