Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 652 Bytes

itextrangeprovider_scrollintoview_1170066585.md

File metadata and controls

25 lines (16 loc) · 652 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.ScrollIntoView(System.Boolean)
winrt method

Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.ScrollIntoView

-description

Causes the text control to scroll vertically until the text range is visible in the viewport.

-parameters

-param alignToTop

true if the text control should be scrolled so that the text range is flush with the top of the viewport; false if the text range is flush with the bottom of the viewport.

-remarks

-examples

-see-also