Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaScrollProvider Interface / Scroll Method
horizontal amount to scroll by
vertical amount to scroll by

In This Topic
    Scroll Method (IUiaScrollProvider)
    In This Topic
    Request to scroll horizontally and vertically by the specified amount. The ability to call this method and simultaneously scroll horizontally and vertically provides simple panning support.
    Syntax

    Parameters

    horizontalAmount
    horizontal amount to scroll by
    verticalAmount
    vertical amount to scroll by
    See Also