Hi
I have an Excel worksheet which i am converting to a VB.NET app.

We have certain columns fixed and some columns scrolling.

We need to build a VB form which will perform the same functionality.

I have basically one main panel(Autoscrolling=true), on which i place 2 panels.
In each of the panels i have text boxes, combos, etc.

The first sub panel has autoscrolling turned off and the other has it turned
on since the width of number of text boxes etc in that panel exceeds the
panel width.

Now when i add rows, the vertical scrolling of the main panel works fine,
i simply resize the height of the twosub panels to equal the height of the
controls in them.

But thats where the problem comes, the horizontal scrollbars in the second
sub panel also move.

What would be a solution for the above.

Someone mentioned tht we could add a hscrollbar outside the main panel ,
just below the second sub panel, but am having problems adjusting the left
of the controls when the scroll bar moves.

Any ideas ? TIA

Regards
Khozeima