Hi, we only have one content control under DocumentContentHost, is there a way to not show tab header?
Thanks,
Crystal.
Hello Crystal,
Thank you for your post.
I have been looking into your requirements. What I can suggest is to set the name of the ContentPane. You can use this name and in code behind you can set the visibility property of that ContentPane to Hidden or Collapsed. I created a short sample application to show how you can achieve the functionality that you want.
Please let me know if you need any further assistance on the matter.
Hi Zhivko, thank you for your quick reply. If I hide the ContentPane , the content control under ContentPane will also be hidden. I can't show my content. The Content Panel has to be within TabGroupPane? Is there a way not show Content control without inside a tab?