I'm migrating some code from Windows to Xamarin Forms and I've noticed a different behavior with Attached Properties:
XAML on Windows requires Getter and Setter to be defined while they seem optional on Forms and, more important, Xamarin Forms never invokes Getter and Setter properties while XAML on Windows does it.
Is there a reason behind this difference?
↧
Attached properties not invoking Getter and Setter properties
↧