Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 654 Bytes

itextrangeprovider_scrollintoview_1170066585.md

File metadata and controls

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

Microsoft.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