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

TreeGridList control #9841

Open
YkTru opened this issue Sep 25, 2024 · 1 comment
Open

TreeGridList control #9841

YkTru opened this issue Sep 25, 2024 · 1 comment
Labels
Question General question, not a problem in source code or documentation (yet)

Comments

@YkTru
Copy link

YkTru commented Sep 25, 2024

Is there a simple way/upcoming WPF control to create a tree folder structure similar to Mac TreeView in finder? I have a feeling that most Destkop applications with an integrated project/file browser would benefit greatly from this. Devexpress and others are not an option for me. Thank you very much.

505505040

@miloush
Copy link
Contributor

miloush commented Sep 25, 2024

You could use ListView and manage the items yourself in a linear fashion (i.e. insert children when expanded etc.)

@lindexi lindexi added Question General question, not a problem in source code or documentation (yet) and removed Untriaged labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question General question, not a problem in source code or documentation (yet)
Projects
None yet
Development

No branches or pull requests

3 participants