ScrollProviderWrapperScroll - метод
Scrolls the visible region of the content area horizontally and vertically.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public void Scroll(
ScrollAmount horizontalAmount,
ScrollAmount verticalAmount
)
Public Sub Scroll (
horizontalAmount As ScrollAmount,
verticalAmount As ScrollAmount
)
public:
virtual void Scroll(
ScrollAmount horizontalAmount,
ScrollAmount verticalAmount
) sealed
abstract Scroll :
horizontalAmount : ScrollAmount *
verticalAmount : ScrollAmount -> unit
override Scroll :
horizontalAmount : ScrollAmount *
verticalAmount : ScrollAmount -> unit
- horizontalAmount ScrollAmount
- The horizontal increment specific to the control. NoScroll should be passed in if the control cannot be scrolled in this direction.
- verticalAmount ScrollAmount
- The vertical increment specific to the control. NoScroll should be passed in if the control cannot be scrolled in this direction.
IScrollProviderScroll(ScrollAmount, ScrollAmount)