Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 998 Bytes

pivotautomationpeer_setscrollpercent_1312178693.md

File metadata and controls

28 lines (18 loc) · 998 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.SetScrollPercent(System.Double,System.Double)
winrt method

Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.SetScrollPercent

-description

Sets the horizontal and vertical scroll position as a percentage of the total content area within the control.

-parameters

-param horizontalPercent

The horizontal position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.

-param verticalPercent

The vertical position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.

-remarks

-examples

-see-also