ScrollViewerAutomationPeer.SetScrollPercent(Double, Double) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the horizontal and vertical scroll position as a percentage of the total content area within the control.
public:
virtual void SetScrollPercent(double horizontalPercent, double verticalPercent) = SetScrollPercent;
void SetScrollPercent(double const& horizontalPercent, double const& verticalPercent);
public void SetScrollPercent(double horizontalPercent, double verticalPercent);
function setScrollPercent(horizontalPercent, verticalPercent)
Public Sub SetScrollPercent (horizontalPercent As Double, verticalPercent As Double)
- horizontalPercent
-
Double
double
The horizontal position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.
- verticalPercent
-
Double
double
The vertical position as a percentage of the content area's total range. Pass NoScroll if the control cannot be scrolled in this direction.
Product | Versions |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |