dpreznik 0 Light Poster

Dear experts,

I have a TabContainer, and one of its tab panels has a user control with a wide GridView in it. Because of some reason, the GridView goes way beyond the size of the tab panel and the tab container. How can I make the form and the tab panel expand based on the width of the GridView?
I don't want the scroll bar to appear in the tab container, but I want the container to expand to fit the GridView. I need a scroll bar in the browser window.

Thank you very much.