If you want to make this work, you would probably have to create a custom designer for your table control and do a lot of work to get this "feel" right in the designer.
Have you considered the approach of having your row and cell objects not be actual container controls but rather custom objects that define their own "Controls" collection (These items in these collections would be in actuality parented to the table itself, but you would still be able to access them via the cell Controls collection).
|