You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
WPF supports binding for objects implementing ICustomTypeDescriptor interface (aka dynamic properties). It would be good Avalonia also supports ICustomTypeDescriptor in bindings.
I made PoC implementation of the IPropertyAccessorPlugin, however it needs value change notification support (PropertyDescriptor.SupportsChangeEvents).
Is your feature request related to a problem? Please describe.
WPF supports binding for objects implementing ICustomTypeDescriptor interface (aka dynamic properties). It would be good Avalonia also supports ICustomTypeDescriptor in bindings.
I made PoC implementation of the IPropertyAccessorPlugin, however it needs value change notification support (PropertyDescriptor.SupportsChangeEvents).
Describe the solution you'd like
The PoC implementation is here https://github.com/antrv/samples/tree/master/Avalonia-ICustomTypeDescriptor
The text was updated successfully, but these errors were encountered: