Question : Changing user control width  and the tab control width

Hi,

I have a tabcontrol on a form.
I palced user control on the tab control.
Everything worked great till now.
I changed the width of the user control to add few more controls.
Now, when i run the application, the tab control does not show the new controls added on to the user control.

I tried to adjust the width of the tab control and the tab pages but of no use.
Nothing else changed in the code and the application works perfectly except it is not displaying the new controls that i added after increasing the width on the user control.

Thanks

Answer : Changing user control width  and the tab control width

ItemSize is the maximum size the tab can grow to, but by default it is resized to fit the tab label.
Random Solutions  
 
programming4us programming4us