Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PagerScrollView - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PagerScrollView

    Represents a customized view that is capable of scrolling if its content requires.

    Inheritance
    System.Object
    PagerScrollView
    Namespace: Syncfusion.SfDataGrid.DataPager
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class PagerScrollView : UIScrollView

    Constructors

    PagerScrollView()

    Initializes a new instance of the PagerScrollView class.

    Declaration
    public PagerScrollView()

    PagerScrollView(CGRect)

    Initializes a new instance of the PagerScrollView class.

    Declaration
    public PagerScrollView(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect

    The CoreGraphics.CGRect.

    PagerScrollView(IntPtr)

    Initializes a new instance of the PagerScrollView class.

    Declaration
    public PagerScrollView(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    The System.IntPtr.

    Properties

    ContentOffset

    The offset for the origin of the content inside of a scroll view, relative to the origin of the scroll view itself.

    Declaration
    public override CGPoint ContentOffset { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGPoint

    Methods

    AwakeFromNib()

    Called after the object has loaded from the Nib file.

    Declaration
    public override void AwakeFromNib()

    Dispose(Boolean)

    Releases the unmanaged resources used by the component and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    if true - release both managed and unmanaged resources; if false - release only unmanaged resources.

    LayoutSubviews()

    Layouts the children in the view.

    Declaration
    public override void LayoutSubviews()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved