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

Add GridView control #11

Closed
cwensley opened this issue Aug 11, 2011 · 4 comments
Closed

Add GridView control #11

cwensley opened this issue Aug 11, 2011 · 4 comments
Milestone

Comments

@cwensley
Copy link
Member

Need some form of a DataGrid control

@cwensley
Copy link
Member Author

cwensley commented Oct 7, 2011

TreeViews on many of the platforms support multiple columns as well.. should the TreeView define columns the same way as the GridView? or have a different (subclassed?) TreeView that supports columns?

@mojo2012
Copy link
Contributor

I would add the column functionality to the current treeview control + the possibility to hide the column header. This would allow the control to look like the current, normal treeview but also like a multicolumn one like in Finder or Explorer.

@cwensley
Copy link
Member Author

The Windows.Forms TreeView does not support multiple columns, so it'll have to be replaced by a custom TreeView that does (there are many samples out there for this). I might gravitate towards the ones that use the GridView as the basis for it, so it can share the same code as the existing (new) GridView.

Either way, I think extending the existing TreeView is the way to go.

@cwensley
Copy link
Member Author

cwensley commented May 7, 2012

Still need to implement customizing cells like font, colour, etc.. but otherwise is done!

@cwensley cwensley closed this as completed May 7, 2012
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