ScrollProviderWrapperSetScrollPercent - метод
Sets the horizontal and vertical scroll position as a percentage of the total content area within the control.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public void SetScrollPercent(
double horizontalPercent,
double verticalPercent
)
Public Sub SetScrollPercent (
horizontalPercent As Double,
verticalPercent As Double
)
public:
virtual void SetScrollPercent(
double horizontalPercent,
double verticalPercent
) sealed
abstract SetScrollPercent :
horizontalPercent : float *
verticalPercent : float -> unit
override SetScrollPercent :
horizontalPercent : float *
verticalPercent : float -> unit
- horizontalPercent Double
- The horizontal position as a percentage of the content area's total range. NoScroll should be passed in if the control cannot be scrolled in this direction.
- verticalPercent Double
- The vertical position as a percentage of the content area's total range. NoScroll should be passed in if the control cannot be scrolled in this direction.
IScrollProviderSetScrollPercent(Double, Double)