You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to add a rowwithautoscrollingbehavior in .NETMAUIDataGridSfDataGrid
2
2
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`.
3
3
4
4
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
56
56
57
57
Executing the code example above yields the following output
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).
62
63
63
64
### Conclusion
64
65
I hope you enjoyed learning about how to add a row with auto scroll in SfDataGrid.
0 commit comments