IScrollProvider.SetScrollPercent(Double, Double) Method
Definition
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:
void SetScrollPercent(double horizontalPercent, double verticalPercent);
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)
Parameters
- 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.