Steps to reproduce:
- Run the attached project.
- Drag Button1 and drop it to the TdxGanttControl.
Expected results:
The TdxGanttControl accepts the drag object.
Current results:
The TdxGanttControl doesn't accept the drag object, although the OnDragOver
event handler's Accept parameter is set to True.