Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Sep 10, 2024
1 parent 735858d commit d391bb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Maui.DataGrid/DataGrid.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1113,11 +1113,11 @@ private set
#region Methods

/// <summary>
/// Scrolls to the row
/// Scrolls to the row.
/// </summary>
/// <param name="item">Item to scroll</param>
/// <param name="position">Position of the row in screen</param>
/// <param name="animated">animated</param>
/// <param name="item">Item to scroll.</param>
/// <param name="position">Position of the row in screen.</param>
/// <param name="animated">animated.</param>
public void ScrollTo(object item, ScrollToPosition position, bool animated = true) => _collectionView.ScrollTo(item, position: position, animate: animated);

internal void Initialize()
Expand Down

0 comments on commit d391bb3

Please sign in to comment.