AvaloniaUI / Avalonia.Xaml.Behaviors

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

How get Canvas.Left after DragDrop in Custom Behaviors? #168

Open ppcbacba opened 2 months ago

ppcbacba commented 2 months ago

I Tried this demo:https://github.com/AvaloniaUI/Avalonia.Xaml.Behaviors/blob/master/samples/BehaviorsTestApplication/Views/Pages/CustomBehaviorView.axaml it's very good way to drag and drop,but I try to Canvas.Left(item),but the value always keep the origin and never change afte drag. has any way to get coordinate Value?