microsoft / WPF-Samples

Repository for WPF related samples
MIT License
5.15k stars 3.21k forks source link

TreeListGrid control #639

Closed YkTru closed 1 month ago

YkTru commented 2 months ago

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

dipeshmsft commented 2 months ago

@YkTru, which DevExpress control solves this problem for you ?

YkTru commented 2 months ago

Exactly this one: https://docs.devexpress.com/WPF/DevExpress.Xpf.Grid.TreeListControl

I don't need it to be as complete (i.e. advanced filtering, editors, etc.), but at least have tree + columns.

YkTru commented 2 months ago

Is such a control planned?

I know about this thread , but is seems overly complex

But why doesn't such a control exist in WPF, I mean contemporary dekstop often need this kind of control (either for an integrated project browser, nested data list, timelines, etc.).

Thank you for your attention

YkTru commented 2 months ago

Where do you think is the best place to ask this question if it's not here then?

dipeshmsft commented 2 months ago

@YkTru, this is essentially a feature request. It would be best to open an issue in dotnet/wpf repo and let it be discussed in the community.

dipeshmsft commented 1 month ago

I am closing this issue now.