TextRangeProviderWrapperScrollIntoView - метод
Causes the text control to scroll vertically until the text range is visible in the viewport.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public void ScrollIntoView(
bool alignToTop
)
Public Sub ScrollIntoView (
alignToTop As Boolean
)
public:
virtual void ScrollIntoView(
bool alignToTop
) sealed
abstract ScrollIntoView :
alignToTop : bool -> unit
override ScrollIntoView :
alignToTop : bool -> unit
- alignToTop Boolean
- if the text control should be scrolled so the text range is flush with the top of the viewport; if it should be flush with the bottom of the viewport.
ITextRangeProviderScrollIntoView(Boolean)