1 implementation of IScrollViewHandler
Microsoft.Maui (1)
Handlers\ScrollView\ScrollViewHandler.cs (1)
17 public partial class ScrollViewHandler : IScrollViewHandler
6 references to IScrollViewHandler
Microsoft.Maui (6)
Handlers\ScrollView\ScrollViewHandler.cs (5)
19 public static IPropertyMapper<IScrollView, IScrollViewHandler> Mapper = new PropertyMapper<IScrollView, IScrollViewHandler>(ViewMapper) 30 public static CommandMapper<IScrollView, IScrollViewHandler> CommandMapper = new(ViewCommandMapper) 53 IScrollView IScrollViewHandler.VirtualView => VirtualView; 55 PlatformView IScrollViewHandler.PlatformView => PlatformView;
Handlers\ScrollView\ScrollViewHandler.Standard.cs (1)
16 public static void MapRequestScrollTo(IScrollViewHandler handler, IScrollView scrollView, object? args) { }