AvaloniaUI / Avalonia.Xaml.Behaviors

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

Fixed FocusBehavior #152

Closed zii-dmg closed 5 months ago

zii-dmg commented 6 months ago
  1. StackoverflowException - removed base.OnAttached()
  2. No AttachedtoLogicalTree event, control already attached - removed event connection
  3. IsFocused don't set on false automatically, added connection to associated object IsFocused changed to set behavior IsFocused = false
zii-dmg commented 6 months ago

@dotnet-policy-service agree