IUIFocusItemScrollableContainer Interface

Definition

Abstraction for the viewable and and total size of scrollable content.

[Foundation.Protocol(Name="UIFocusItemScrollableContainer", WrapperType=typeof(UIKit.UIFocusItemScrollableContainerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIFocusItemScrollableContainer : IDisposable, UIKit.IUIFocusItemContainer
type IUIFocusItemScrollableContainer = interface
    interface INativeObject
    interface IDisposable
    interface IUIFocusItemContainer
Derived
Attributes
Implements

Properties

ContentOffset

Gets or sets the offset into the scrollable content.

ContentSize

Gets or sets the total size of the scrollable content.

CoordinateSpace

Gets the coordinate space implemenation.

(Inherited from IUIFocusItemContainer)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
VisibleSize

Gets the visible size of the scrollview container.

Methods

GetFocusItems(CGRect)

Returns a list of all the child focus items within the specified rectangle.

(Inherited from IUIFocusItemContainer)

Applies to