Scroll Method
Scrolls the visible region of the content area horizontally and vertically.
Definition
Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
void Scroll(
ScrollAmount horizontalAmount,
ScrollAmount verticalAmount
)
Sub Scroll (
horizontalAmount As ScrollAmount,
verticalAmount As ScrollAmount
)
abstract Scroll :
horizontalAmount : ScrollAmount *
verticalAmount : ScrollAmount -> unit
Parameters
- ScrollAmount
- The horizontal increment specific to the control.
- ScrollAmount
- The vertical increment specific to the control.
See Also
Reference
IScrollProvider Interface
Avalonia.Automation.Provider Namespace