# C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider.ScrollIntoView

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaScrollItemProvider_ScrollIntoView_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider.ScrollIntoView*">ScrollIntoView Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaScrollItemProvider_ScrollIntoView_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider.ScrollIntoView*"></a>
<h4 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaScrollItemProvider_ScrollIntoView" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider.ScrollIntoView">ScrollIntoView()</h4>
<div class="markdown level1 summary"><p>Scrolls the windows containing this automation element to make this element visible.
InvalidOperationException should be thrown if item becomes unable to be scrolled. Makes
no guarantees about where the item will be in the scrolled window.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void ScrollIntoView()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub ScrollIntoView()</code></pre>
</div>
</div>
