Interface IScrollViewHandler
ToDo
Namespace: Syncfusion.Maui.Core.Hosting
Assembly: Syncfusion.Maui.Core.dll
Syntax
public interface IScrollViewHandler : IViewHandler, IElementHandler
Properties
PlatformView
ToDo
Declaration
object PlatformView { get; }
Property Value
Type |
---|
System.Object |
VirtualView
ToDo
Declaration
IScrollView VirtualView { get; }
Property Value
Type |
---|
Microsoft.Maui.IScrollView |