Browse Source

Use tuple name iinstead of Item1.

pull/4091/head
Steven Kirk 6 years ago
parent
commit
eb8ea62bda
  1. 2
      src/Avalonia.Controls/Presenters/ScrollContentPresenter.cs

2
src/Avalonia.Controls/Presenters/ScrollContentPresenter.cs

@ -136,7 +136,7 @@ namespace Avalonia.Controls.Presenters
} }
/// <inheritdoc/> /// <inheritdoc/>
IControl IScrollAnchorProvider.CurrentAnchor => _anchor.Item1; IControl IScrollAnchorProvider.CurrentAnchor => _anchor.control;
/// <summary> /// <summary>
/// Attempts to bring a portion of the target visual into view by scrolling the content. /// Attempts to bring a portion of the target visual into view by scrolling the content.

Loading…
Cancel
Save