From 9017468a521877c5519c5802e38d11fd8c476de5 Mon Sep 17 00:00:00 2001 From: Sudharsan Narayanan Date: Mon, 13 Apr 2026 17:38:28 +0530 Subject: [PATCH 1/2] Updated the README file. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 417df64..917f911 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,18 @@ This sample loads [Datagrid](https://help.syncfusion.com/wpf/datagrid/getting-started) and Window with custom theme look using SkinManager Theme and register theme settings support. ![Datagrid with custom theme](Images/Output.png) + +## Overview + +The WPF SkinManager provides a powerful theming engine that allows developers to create stunning, consistent user interfaces across their entire application. This sample demonstrates how to apply custom themes to Syncfusion WPF controls, specifically focusing on the DataGrid component. + +## Features Demonstrated + +- Theme Registration: Learn how to register custom themes with the SkinManager to make them available throughout your application. +- DataGrid Theming: Apply professional-looking themes to the DataGrid control with minimal code. +- Window Customization: Extend theming to the entire window for a cohesive visual experience. +- Runtime Theme Switching: Enable users to change themes dynamically without restarting the application. + +## Implementation Details + +The SkinManager simplifies theme management by providing a centralized approach to styling. You can easily switch between built-in themes or create custom color schemes that match your brand identity. \ No newline at end of file From df434df375734d78b0a8943e403bd1164eca5b5d Mon Sep 17 00:00:00 2001 From: Sudharsan Narayanan Date: Tue, 14 Apr 2026 12:22:45 +0530 Subject: [PATCH 2/2] Updated the readme file. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 917f911..68adf38 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # How to customize themes using WPF SkinManager? -This sample loads [Datagrid](https://help.syncfusion.com/wpf/datagrid/getting-started) and Window with custom theme look using SkinManager Theme and register theme settings support. - -![Datagrid with custom theme](Images/Output.png) - -## Overview +This sample loads [Datagrid](https://help.syncfusion.com/wpf/datagrid/getting-started) and Window with custom theme look using SkinManager Theme and register theme settings support. Find the few details about the SfSkinManager below, The WPF SkinManager provides a powerful theming engine that allows developers to create stunning, consistent user interfaces across their entire application. This sample demonstrates how to apply custom themes to Syncfusion WPF controls, specifically focusing on the DataGrid component. +![Datagrid with custom theme](Images/Output.png) + ## Features Demonstrated - Theme Registration: Learn how to register custom themes with the SkinManager to make them available throughout your application.