
Originally Posted by
.paul.
No problem. I was going to answer yesterday, but I got distracted. It’ll work with all of your TableLayoutPanels, but do your testing and familiarise yourself with the code…
This will be great! One question about the moving of the panels, is there a way to keep the dragging to a new X position only and keep the Y the same? I am curious if I have panels in a row, the same Y coordinate would be great.
**Update: I think I got it? If this is all I need to do.
Code:
tlp.Location = New Point(tlp.Location.X + e.X - newTLPpoint.X, tlp.Location.Y)