How do I create a TabControl with no tab headers?

后端 未结 5 1547
深忆病人
深忆病人 2020-12-15 14:12

How do I make a tab manager that doesn\'t show the tab headers?

This is a winforms application, and the purpose of using a tab manager is so the display content can

5条回答
  •  离开以前
    2020-12-15 14:48

    Along with everybody else, I find your question a bit confusing. I've used this method found here before. Using this way you have a single property you can change as to whether you want to show the tab headers or not.

提交回复
热议问题