|
|
|
@ -279,6 +279,6 @@ namespace Avalonia.Controls.Presenters |
|
|
|
/// <summary>
|
|
|
|
/// Invalidates the current scroll.
|
|
|
|
/// </summary>
|
|
|
|
protected void InvalidateScroll() => ((ILogicalScrollable)Owner).InvalidateScroll(); |
|
|
|
protected void InvalidateScroll() => ((ILogicalScrollable)Owner).InvalidateScroll?.Invoke(); |
|
|
|
} |
|
|
|
} |
|
|
|
|