AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
385 stars 46 forks source link

TabControl TabItems can only be moved once #159

Open Stone-Red-Code opened 4 months ago

Stone-Red-Code commented 4 months ago

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.

https://github.com/AvaloniaUI/Avalonia.Xaml.Behaviors/assets/56473591/be4487ce-2c7f-4b40-806b-87ecab559df0

huangliu commented 4 months ago

The same issue I meet

HAKANKOKCU commented 2 months ago

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>