I've created a small application with multiple groupboxes that can be dragged to different panels in the form.
It works fantastic EXCEPT if the user is hovering over a component inside the groupbox such as an editbox label, chart,etc...
When that happens, the groupbox does not drag/drop. The user has to position the mouse over whitespace, or the groupbox frame/caption.
How can I get the drag/drop to work on the groupbox if the cursor is on a child of the groupbox?
It works fantastic EXCEPT if the user is hovering over a component inside the groupbox such as an editbox label, chart,etc...
When that happens, the groupbox does not drag/drop. The user has to position the mouse over whitespace, or the groupbox frame/caption.
How can I get the drag/drop to work on the groupbox if the cursor is on a child of the groupbox?