In my WPF form i have button Control when i click that button Dynamically tabcontroll is added in the form inside that tab control one page is there. On that page many data are there .so the tabcontrol take time to load in the form.
I want to show the tab control first then i want to add the page in the tab. Is it Possible with the help of background worker or any other thread.