Class ExtendedScrollView
Represents a customized Xamarin.Forms.ScrollView.
Inheritance
System.Object
ExtendedScrollView
Implements
System.IDisposable
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public class ExtendedScrollView : ScrollView, IDisposable
Constructors
ExtendedScrollView()
Initializes a new instance of the ExtendedScrollView class.
Declaration
public ExtendedScrollView()
Methods
Dispose()
Disposes all available resources.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes the instances, if the parameter is set to true.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Represents the boolean value for disposing objects. |
LayoutChildren(Double, Double, Double, Double)
Positions and sizes the children of ScrollView.
Declaration
protected override void LayoutChildren(double x, double y, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | A value that represents the x coordinate of the child. |
System.Double | y | A value that represents the y coordinate of the child. |
System.Double | width | A value that represents the width of the child. |
System.Double | height | A value that represents the height of the child. |
Implements
System.IDisposable