Skip to content

Commit 41a7bb1

Browse files
Addressed the review corrections
1 parent 381108b commit 41a7bb1

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
-4.21 MB
Loading
1.91 MB
Loading
-5.84 MB
Loading

MAUI/DataGrid/scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The `ScrollingMode` has certain limitations that should be considered:
119119

120120
- Switching between modes at runtime is not supported.
121121
- The `DataGridScrollingMode.Line` does not support master details view.
122-
- The `DataGridScrollingMode.Line` will not be worked as expected when row height is customized through [SfDatagrid.QueryRowHeight](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_QueryRowHeight) event.
122+
- The `DataGridScrollingMode.Line` will not be worked as expected when row height is customized through [SfDatagrid.QueryRowHeight](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_QueryRowHeight) event and width is customized through [SfDatagrid.ColumnWidthMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_ColumnWidthMode) property.
123123

124124
## Diagonal scrolling
125125

0 commit comments

Comments
 (0)