Hello @Hemanth B
Welcome to Microsoft Q&A!
Have you read this document Create a tab view?
I also encountered the same problem when adding a panel to the TabView, you can write the panel into a page and then add this page to the content of the tabview.
Frame frame = new Frame();
newTab.Content = frame;
frame.Navigate(typeof(Page1));
Thank you.
Junjie
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.