# GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel" class="text-break">ThumbnailsPanel Class
</h1>
  <div class="markdown level0 summary"><p>Represents the thumbnails panel within the ActiveReports Viewer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.SidebarPanel.html">SidebarPanel</a></div>
    <div class="level4"><span class="xref">ThumbnailsPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.html">GrapeCity.ActiveReports.Viewer.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(LabelStubConverter&lt;ThumbnailsPanel&gt;))]
public sealed class ThumbnailsPanel : SidebarPanel, IComponent, IDisposable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The thumbnails panel provides a visual representation of the pages in the report, allowing users to quickly navigate through the report by clicking
on a thumbnail image of a page. This class manages the visibility, state, and interactions of the thumbnails panel, ensuring that users can
efficiently browse through the report content.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_EnabledRuntime" data-uid="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.EnabledRuntime">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.EnabledRuntime.html#GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_EnabledRuntime">EnabledRuntime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.html">ThumbnailsPanel</a> is enabled in runtime.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_Text" data-uid="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.Text.html#GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption text of the thumbnails panel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_VisibleRuntime" data-uid="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.VisibleRuntime">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.VisibleRuntime.html#GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_VisibleRuntime">VisibleRuntime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.html">ThumbnailsPanel</a> is visible in runtime.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_Zoom" data-uid="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.Zoom">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.Zoom.html#GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom level for thumbnails displayed in the Thumbnails Panel.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_ThumbnailsPanel_ZoomChanged" data-uid="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.ZoomChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.ZoomChanged.html">ZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the zoom level of the thumbnails in the Thumbnails Panel changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
