Skip to content

Commit 82ec397

Browse files
Updated README file
1 parent 542e74f commit 82ec397

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How-to-add-a-row-with-auto-scrolling-behavior-in-.NET-MAUI-DataGrid-SfDataGrid
1+
# How to add a row with auto scrolling behavior in .NET MAUI DataGrid SfDataGrid
22
This demo shows how to add a row with auto scrolling behavior in the Syncfusion [.NET MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/overview) `SfDataGrid`.
33

44
This sample helps you to to auto scroll the DataGrid to the last item added in the collection. In this sample, after adding the new data to the grid, the scrolling was performed automatically.
@@ -56,9 +56,10 @@ public partial class MainPage : ContentPage
5656

5757
Executing the code example above yields the following output
5858

59-
<img src="" width=800/>
59+
<img src="https://github.com/user-attachments/assets/14be5823-e5c8-44af-8c9d-0ba973de9856" />
6060

61-
Take a moment to explore this [documentation](https://help.syncfusion.com/maui/datagrid/overview), where you can find more information about Syncfusion .NET MAUI DataGrid (SfDataGrid) with code examples. Please refer to this [link](https://www.syncfusion.com/maui-controls/maui-datagrid) to learn about the essential features of Syncfusion .NET MAUI DataGrid (SfDataGrid).
61+
62+
Take a moment to explore this [documentation](https://help.syncfusion.com/maui/datagrid/overview), where you can find more information about Syncfusion .NET MAUI DataGrid (SfDataGrid) with code examples. Please refer to this [link](https://www.syncfusion.com/maui-controls/maui-datagrid) to learn about the essential features of Syncfusion .NET MAUI DataGrid (SfDataGrid).
6263

6364
### Conclusion
6465
I hope you enjoyed learning about how to add a row with auto scroll in SfDataGrid.

0 commit comments

Comments
 (0)