I am using the SSTab control on a program that resizes all of the controls on it when the main form is resized. But, it seems the SSTab control has come problems.

If I have 6 tabs on it and the TabsPerRow property is set to 6, the control will only resize so small. That means when I try and resize the control, design-time or run-time, it won't resize the control to where I want it. It's almost like it has an internal MinWidth property that is blocking the control from being resized smaller than the width of the displayed tabs

To my question, is there a way to resize the control smaller than the total width of the displayed tabs because it really messes up the program when it tries to resize all of the controls on the form and the SSTab control is still stuck at a certain width.