[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollProvider.Scroll

Scroll Method

Scroll(ScrollAmount, ScrollAmount)

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.

Declaration
void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters
Type Name Description
ScrollAmount horizontalAmount

horizontal amount to scroll by

ScrollAmount verticalAmount

vertical amount to scroll by