Question

The full question is in the heading. Using Winforms, with standard controls in Visual Studio I try to drag it on top of another picturebox but it won't allow me to place two controls in one cell of my table layout panel.

Any help appreciated. Thanks.

Was it helpful?

Solution

It is not possible to add multiple controls to one cell. If you add another container in your cell and add the items to that container it should be no problem.

Or if you create a custom control that holds you two pictureboxes you can add this to your cell.

OTHER TIPS

You can at first drop panel compnonent on cell. And then drop two pictureboxes on that panel.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top