enisn / TreeView.Maui

A simple treeview control for MAUI
MIT License
38 stars 8 forks source link

Missing ViewUpdate for toggle arrows and node names #13

Closed mlototchi closed 1 year ago

mlototchi commented 1 year ago

Nice work so far. Updating the view after adding/removing nodes works fine. Thanks for that, but there are still two little problems.

First: If you add a new node to a node, which have no child nodes yet (and no shown toggle arrow), the view does not update the appereance of the toggle arrows, so they are still invisible

Second: There is no view update, after changing the name of a node

enisn commented 1 year ago

I see,

IsLeaf and Name property should trigger PropertyChanged event. I'll handle it