bodong1987 / Avalonia.PropertyGrid

A property edit control in Avalonia like DevExpress's PropertyGridControl.
https://www.cnblogs.com/bodong
MIT License
187 stars 18 forks source link

Fixed DataContext = null to clear UI #34

Closed zii-dmg closed 3 months ago

zii-dmg commented 3 months ago

DataContext = null was not clearing UI controls because PropertyDescriptorChanged event was not firing on null.