Is it possible to have the tab control automatically size to fit the its content? I don't see an AutoSize property on either the tab control or the tab pages.
There are not such kind of property, but maybe one possible solution is to get event ActiveTabChanged, then to check is it there any control and to get the size of the current control. Could you please take a look at the attached sample and send me feedback is it the same that you are looking for.