File: VisualDiagnostics\VisualDiagnosticsOverlay.Standard.cs | Web Access |
Project: src\src\Core\src\Core.csproj (Microsoft.Maui) |
using System.Collections.Generic; namespace Microsoft.Maui { public partial class VisualDiagnosticsOverlay { readonly Dictionary<IScrollView, object> _scrollViews = new(); /// <inheritdoc/> public void AddScrollableElementHandler(IScrollView scrollBar) { } /// <inheritdoc/> public void RemoveScrollableElementHandler() { } } } |