Skip to content

Commit 62f505f

Browse files
authored
Merge pull request #2 from Backiaraj/DataGrid
Modified the DataGrid reference link
2 parents 8c826fc + a112589 commit 62f505f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# How to customize style of the scroll viewer in wpf datagrid?
2-
This example illustrates how to customize style of the scroll viewer in wpf datagrid
1+
# How to customize style of the scroll viewer in WPF DataGrid (SfDataGrid)?
2+
3+
This example illustrates how to customize style of the scroll viewer in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
4+
5+
You can customize the style of scroll viewer in which [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/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://docs.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://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.scrollviewer?view=netframework-4.7.2).

0 commit comments

Comments
 (0)