unoplatform / Uno.Themes

This library is designed to help you use the Material, Fluent or Cupertino design system with the Uno Platform
https://platform.uno
Apache License 2.0
167 stars 30 forks source link

Add Material TreeView #525

Open kazo0 opened 3 years ago

kazo0 commented 3 years ago

What would you like to be added:

WinUI TreeView Default Style: https://github.com/unoplatform/uno/blob/master/src/Uno.UI/Microsoft/UI/Xaml/Controls/TreeView/TreeView.xaml

WinUI TreeView: https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.treeview?view=winui-2.5

image

For which Platform:

mrlacey commented 6 months ago

With the Material theme applied, the TreeView doesn't render at all on WASM. It does on Skia (GTK & WPF) - haven't checked others.

kazo0 commented 6 months ago

Interesting, we don't have a Material style for TreeView right now