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
The TreeGridView is the last remaining control that doesn't support an MVVM architecture for the tree nodes. We need to handle INotifyCollectionChanged for all expanded nodes, and potentially INotifyPropertyChanged for things like Expandable, etc.
It would also be nice to support using bindings for each of the node item properties, instead of using ITreeGridItem, however this may be best done as a separate task.
The text was updated successfully, but these errors were encountered:
The TreeGridView is the last remaining control that doesn't support an MVVM architecture for the tree nodes. We need to handle INotifyCollectionChanged for all expanded nodes, and potentially INotifyPropertyChanged for things like Expandable, etc.
It would also be nice to support using bindings for each of the node item properties, instead of using ITreeGridItem, however this may be best done as a separate task.
The text was updated successfully, but these errors were encountered: