I have a usercontrol named groupControl: It has two flowlayoutpanel - source panel and destination panel. It also has a button.
I have another usercontrol named item. I will dynamically lay N item controls in source panel and M item controls in target panel.
I want there are straight lines between each item control and button on groupControl.
Finally I have a test form MainForm, it also contains a flowlayoutpanel. I will dynamically lay X groupcontrols on MainForm.
How could I draw straight lines between each usercontrol item and the button on the same groupControl?