-
Notifications
You must be signed in to change notification settings - Fork 3.5k
implement TreeDataGrid #3877
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
base: master
Are you sure you want to change the base?
implement TreeDataGrid #3877
Conversation
Just replying back to the questions.
I think we might need to pivot on the implementation a bit here. It would probably be better to look more at implementing it view the GridView similar to how the WPF base ListView control works. This likely will be a more complicated path, but I think it will be the better approach. |
db98e8b
to
2cb2f69
Compare
Thanks a lot for suggesting
The only problem is the |
Hi. The toggle button is now automatically added to the first column. I commented out the assignment of |
I think we can remove this comment after merging #3875 |
Hi Keboo.
According to talk in the discord about adding columns to
TreeListView
I created this pull request. This is WIP and most of the task is done just the styles is left (light/dark theme, ...). for using this just run demo app and go to trees -> multi select tree view I have couple of questions:GridViewRowPresenter
but I can't removeinternal:TreeListViewContentPresenter
because no children is shown. so the final code is as below. Is there better solution for this?TreeListViewCell
if it's not necessary to show gridlines we can remove this.TreeDataGrid
?feel free to mention me if there is any error. here is my view
