From f964c3bb07e34664dbbc53d349841befd0479ad2 Mon Sep 17 00:00:00 2001 From: Sreemon Premkumar M Date: Mon, 18 Aug 2025 17:37:03 +0530 Subject: [PATCH] ES-975464 - Resolve the ReadMe file length issue in this sample repository --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 55 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 769a49b..ee40627 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,59 @@ # How to customize style of the scroll viewer in WPF DataGrid (SfDataGrid)? -This example illustrates how to customize style of the scroll viewer in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid). +This example illustrates how to customize style of the `ScrollViewer` in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid). -You can customize the style of scroll viewer in which WPF DataGrid (SfDataGrid) is loaded. But while scrolling using mouse wheel, the header will also be scrolled with records. You can overcome this behavior by binding the `CanContentScroll` property of `ScrollViewer`. +You can customize the style of `ScrollViewer` in which WPF DataGrid (`SfDataGrid`) is loaded. But while scrolling using mouse wheel, the header will also be scrolled with records. You can overcome this behavior by binding the [CanContentScroll](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.scrollviewer.cancontentscroll?view=netframework-4.7.2#System_Windows_Controls_ScrollViewer_CanContentScroll) property of [ScrollViewer](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.scrollviewer?view=netframework-4.7.2). -KB article - [How to customize style of the scroll viewer in WPF DataGrid (SfDataGrid)?](https://www.syncfusion.com/kb/9768/how-to-customize-style-of-the-scroll-viewer-in-wpf-datagrid-sfdatagrid) +``` xml + + + +``` \ No newline at end of file