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 |
---|
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 |
---|
System.Int32 |
RowHeight
Gets a value that indicates the height of the EditorPanel
Declaration
public int RowHeight { get; }
Property Value
Type |
---|
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()