New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI TreeDataGrid Scrolling

The Telerik UI for .NET MAUI TreeDataGrid has an internal scrolling mechanism achieved by the supported vertical and horizontal scrollbars for scrolling through its data.

Avoid nesting the TreeDataGrid in a ScrollView and other controls that provide scrolling.

For the implementation of programmatic scrolling to a specific item, use the ScrollItemIntoView(object item) method, which brings the specified data item into view. Note that ScrollItemIntoView works in scenarios where the TreeDataGrid Rows are with the same height.

For more details, review the article on setting the .NET MAUI TreeDataGrid rows.

See Also

In this article