dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
6.93k stars 1.15k forks source link

Support multi-select for TreeView #8861

Open HppZ opened 4 months ago

lindexi commented 4 months ago

@HppZ See https://stackoverflow.com/a/18751667/6116637

And https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit , C#/WPF - Multi-select TreeView - YouTube

miloush commented 4 months ago

I support this to be a built-in feature of WPF. TreeView and ListBox at least should inherit from MultiSelector.

HppZ commented 4 months ago

https://stackoverflow.com/a/18751667/6116637 there are problems when virtualization is enabled for TreeView.