Class PagerVerticalScrollView
Represents a customized view that is capable of scrolling vertically if its content requires.
Inheritance
System.Object
PagerVerticalScrollView
Namespace: Syncfusion.SfDataGrid.DataPager
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class PagerVerticalScrollView : ScrollView
Constructors
PagerVerticalScrollView(Context)
Initializes a new instance of the PagerVerticalScrollView class.
Declaration
public PagerVerticalScrollView(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | The Android.Content.Context. |
Methods
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. |
OnScrollChanged(Int32, Int32, Int32, Int32)
Method to notify the scrolled changed action.
Declaration
protected override void OnScrollChanged(int left, int top, int oldLeft, int oldTop)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | left | The left extent of the view. |
System.Int32 | top | The top extent of the view. |
System.Int32 | oldLeft | The old left extent of the view. |
System.Int32 | oldTop | The old top extent of the view. |
OnTouchEvent(MotionEvent)
This method handles the touch event.
Declaration
public override bool OnTouchEvent(MotionEvent e)
Parameters
Type | Name | Description |
---|---|---|
Android.Views.MotionEvent | e | The Android.Views.MotionEvent. |
Returns
Type | Description |
---|---|
System.Boolean | Returns a boolean value indicating whether touch is handled or not. |