Interface IScrollViewportChanged
Defines the method that must be implemented when scroll view port is changed.
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public interface IScrollViewportChanged
Methods
OnScrollViewportChanged(Int32, Int32, Int32, Int32)
Occurs when the scroll view port is changed.
Declaration
void OnScrollViewportChanged(int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | left | The port change in the left position. |
System.Int32 | top | The port change in the top position. |
System.Int32 | right | The port change in the right position. |
System.Int32 | bottom | The port change in the bottom position. |