Hi,
I've got following problem:
In VS.NET 2003 I've got a form with 2 elements. 1 with docking bottom and 1 with docking fill. Now I want to add a new control e.g. a splitter and give it also the docking bottom. But know the new control draws over the control with the docking fill. The only way I found to solve that problem is to cut and repast the control with the filling dock. The negative side of the method is that after repasting I have to reconnect the events manually to the pasted controls. Does anyone knows a better solution of that issue?

Thanks in Advance

Akademos