Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MVVM for TreeGridView #240

Open
cwensley opened this issue Nov 9, 2014 · 1 comment
Open

Implement MVVM for TreeGridView #240

cwensley opened this issue Nov 9, 2014 · 1 comment
Milestone

Comments

@cwensley
Copy link
Member

cwensley commented Nov 9, 2014

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.

@cwensley cwensley added this to the 2.1 milestone Nov 9, 2014
@cwensley cwensley modified the milestones: 2.1, 2.x Feb 6, 2015
@cwensley cwensley modified the milestones: Next Issues, 3.0 Dec 2, 2015
@tomspilman
Copy link

It would be great to see this addressed. We're having to use XWT's tree view to work around things for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants