An open API service indexing awesome lists of open source software.

https://github.com/smourier/wpfpropertygrid

A .NET Core 9+ WPF property grid that supports the newer ThemeMode XAML attribute.
https://github.com/smourier/wpfpropertygrid

dark-theme dotnet-core dotnet9 light-theme wpf

Last synced: 8 months ago
JSON representation

A .NET Core 9+ WPF property grid that supports the newer ThemeMode XAML attribute.

Awesome Lists containing this project

README

          

# WpfPropertyGrid
A .NET Core 9+ WPF property grid that supports the newer [ThemeMode](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/whats-new/net90) XAML attribute.

With `ThemeMode=None`

![Style None](/Assets/StyleNone.png?raw=true)

With `ThemeMode=Light`

![Style None](/Assets/StyleLight.png?raw=true)

With `ThemeMode=Dark`

![Style None](/Assets/StyleDark.png?raw=true)

Without any `ThemeMode` set or if `ThemeMode` is set to `System` it should use Light or Dark accordingly to your system's setting.