gong-wpf-dragdrop icon indicating copy to clipboard operation
gong-wpf-dragdrop copied to clipboard

Nested TabControl adorner visual bug

Open bors97 opened this issue 5 months ago • 1 comments

Describe the bug In case of a nested TabControl when dragging a TabItem the adorner's top part sinks to the child TabControl's height. Another (possibly) related bug is that you can drag on the child TabItem and it starts dragging the parent TabItem that is straight above the dragged child TabItem.

To Reproduce Steps to reproduce the behavior:

  1. Create a nested tabcontrol
  2. Enable Drag and Drop on the parent Tab
  3. Drag either the parent or child TabItem.

Expected behavior The adorner's top part is on the top of the dragged item.

Screenshots image

Desktop (please complete the following information):

  • OS: Windows 11

bors97 avatar Jan 22 '24 09:01 bors97