Name:  Capture.jpg
Views: 746
Size:  11.1 KB
I have thi TableLayoutPanel and 4 colored picturebox. In runtime user can drag each picturebox and drop on a cell of the tablelayoutpanel, so once dropped the picturebox should be docked to the cell. Something like second picture:
Name:  Capture2.jpg
Views: 686
Size:  13.3 KB
I tryed this library https://www.codeproject.com/Tips/178...rms-Controls-2 to make controls draggable, but I can't really drop them with it.
Any advice?