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.
- Host: GitHub
- URL: https://github.com/smourier/wpfpropertygrid
- Owner: smourier
- License: mit
- Created: 2025-02-01T13:48:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T13:00:58.000Z (10 months ago)
- Last Synced: 2025-03-27T21:11:09.545Z (9 months ago)
- Topics: dark-theme, dotnet-core, dotnet9, light-theme, wpf
- Language: C#
- Homepage:
- Size: 593 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`

With `ThemeMode=Light`

With `ThemeMode=Dark`

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