IScrollProvider.SetScrollPercent(Double, Double) Method

Definition

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.

Applies to