Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# How to change themes at run time using SkinManager?

This sample loads [Datagrid](https://help.syncfusion.com/wpf/datagrid/getting-started) and [Chromeless Window](https://help.syncfusion.com/wpf/chromeless-window/getting-started) with `MaterialDark` theme look which has been applied using SkinManager [VisualStyle](https://help.syncfusion.com/wpf/themes/skin-manager#set-visual-style) property. Also, it provides drop down options using [ComboBox](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.combobox?view=netcore-3.1) to change themes at run time.

![Datagrid with custom theme](Images/Output.png)

This sample demonstrates dynamic theme switching at runtime using Syncfusion's SkinManager in WPF applications.

# Overview
Expand All @@ -12,10 +8,12 @@ The application showcases:

* [Datagrid](https://help.syncfusion.com/wpf/datagrid/getting-started) with MaterialDark theme applied by default
* [Chromeless Window](https://help.syncfusion.com/wpf/chromeless-window/getting-started) for modern borderless UI
* Runtime theme switching via dropdown ComboBox
* Runtime theme switching via dropdown [ComboBox](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.combobox?view=windowsdesktop-10.0)
* Multiple theme options (Material, Office2019, Fluent, etc.)

Themes are applied using SkinManager's VisualStyle property, enabling seamless theme changes without application restart.
Themes are applied using SkinManager's [VisualStyle](https://help.syncfusion.com/wpf/themes/skin-manager#set-visual-style) property, enabling seamless theme changes without application restart.

![Datagrid with custom theme](Images/Output.png)

# Features

Expand Down
Loading