IScrollProviderScroll Method
Scrolls the visible region of the content area horizontally and vertically.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Scroll(
ScrollAmount horizontalAmount,
ScrollAmount verticalAmount
)
Sub Scroll (
horizontalAmount As ScrollAmount,
verticalAmount As ScrollAmount
)
abstract Scroll :
horizontalAmount : ScrollAmount *
verticalAmount : ScrollAmount -> unit
Parameters
- horizontalAmount ScrollAmount
- The horizontal increment specific to the control.
- verticalAmount ScrollAmount
- The vertical increment specific to the control.
| Windows | IScrollProvider.Scroll |
| macOS | No mapping. |