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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaScrollItemProvider" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider" class="text-break">IUiaScrollItemProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Implemented by objects in a known Scrollable context, such as ListItems, ListViewItems, TreeViewItems, and Tabs.
This allows them to be scrolled into view using known API's based on the control in question.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.html">C1.Win.Accessibility.Items.BaseInterfaces</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaScrollItemProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IUiaScrollItemProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IUiaScrollItemProvider</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaScrollItemProvider_ScrollIntoView" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider.ScrollIntoView">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaScrollItemProvider.ScrollIntoView.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaScrollItemProvider_ScrollIntoView">ScrollIntoView()</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>

</div>
