Thanks, Pavel. At least now I know that I am not reinventing a wheel and
actually have to check the parent chain of the drag target.
On 24.05.2013 13:32, Pavel Safrata wrote:
Hi Werner,
if you don't want to register handlers on the vbox children then yes,
this looks like the best thing to do - the system cannot tell which node
in the target's parent chain is your desired target, you need to decide
that manually.
Alternatively, you can have a single handler using the event source and
register it directly to the children.
Regards,
Pavel