Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollPanel

    Show / Hide Table of Contents

    Class ScrollPanel

    UIView to layout the DataFormItemView.

    Inheritance
    System.Object
    ScrollPanel
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public class ScrollPanel : UIScrollView

    Constructors

    ScrollPanel()

    Initiates new instance of ScrollPanel class.

    Declaration
    public ScrollPanel()

    Properties

    LayoutManager

    Gets or sets the DataFormLayoutManager instance to handle the DataFormItemView collection.

    Declaration
    public DataFormLayoutManager LayoutManager { get; set; }
    Property Value
    Type Description
    DataFormLayoutManager

    RowCount

    Gets or sets the value that indicates the number of rows in a DataForm.

    Declaration
    public int RowCount { get; set; }
    Property Value
    Type Description
    System.Int32

    RowHeight

    Gets a value that indicates the height of the EditorPanel

    Declaration
    public int RowHeight { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Dispose(Boolean)

    Disposes all the resources used by the ScrollPanel class.

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

    LayoutSubviews()

    Positions and sizes the sub views of ScrollPanel.

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