AvaloniaUI/Avalonia.Xaml.Behaviors

TabControl TabItems can only be moved once

Stone-Red-Code opened this issue · 2 comments

After dragging a TabItem to a new position, the dragging functionality doesn't work anymore for this specific tab.

Tested in the unmodified DraggableDemo project and my own.

Recording.2024-05-07.175427.mp4

The same issue I meet

I also tested in my own project, same TabItem cant be moved more than once, dragging others or re-adding tabitem doesnt fix too

<TabControl Classes="draggable" Name="tabControl" Padding="0" Margin="0" AutoScrollToSelectedItem="True"></TabControl>