.NET - UserControl Drag & Drop - Child Controls
问题 I have FlowLayoutPanel and UserControl's on it with drag & drop reordering. This sort of works. But the problem is that child controls prevent dragging of the actual parent UserControl. So my question is how to enable dragging of a UserControl that contains child controls? 回答1: If I understand you right I had the same problem as you and I solved it by propagating events of the child element to it's parent. If you have a draggable UserControl containing a label. You have to call the events of