Clarification
I think you didn't get what I meant. Let me explain it again...
I am working on a designer host application. Such an application would allow the users to design form on their own. Now the target user isn't aware of using panels to design the form layout. Thats why I need a table control to simulate an HTML Table like behavior.
Currently I have got a control that works fine on design time. But if I use this control in the designer host, it crashes due to unknown reasons.
Hope you understand the scenario. Just consider that I'm working on a .NET like IDE in which there is a tolbox, design area and a property grid... And the user is supposed to drag and drop controls from the toolbox on to the design area to design a form