I'm using an SSTab control. I could determine the number of rows tabs by:
1) Calculate the width of the necessary tabs using the length of the longest string to go into a tab....
2) Then caluculate the number of necessary rows based on the number of tabs...
3) And then set the size of the other controls based on the necessary rows of tabs....
(I think, it's a working theory anyway.)
But does anyone know of an easier way of going about it?