# GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView" class="text-break">ZoomView Class
</h1>
  <div class="markdown level0 summary"><p>Represents a zoomable and scrollable view.</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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level8"><span class="xref">ZoomView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.html">GrapeCity.ActiveReports.Viewer.Wpf.View</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Grid&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;Presenter&quot;, Type = typeof(ContentPresenter))]
[TemplatePart(Name = &quot;ScrollView&quot;, Type = typeof(ScrollViewer))]
public sealed class ZoomView : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_Wpf_View_ZoomView__ctor" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.-ctor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView__ctor">ZoomView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.html">ZoomView</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_Wpf_View_ZoomView_ApplyTemplate" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ApplyTemplate">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ApplyTemplate.html">ApplyTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>The apply template event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ApplyTransform" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ApplyTransform">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ApplyTransform.html">ApplyTransform</a>
        </td>
        <td class="markdown level1 summary"><p>The apply transform event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_HorizontalPaddingProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.HorizontalPaddingProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.HorizontalPaddingProperty.html">HorizontalPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.HorizontalPadding.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_HorizontalPadding">HorizontalPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_IsUIEnabledProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.IsUIEnabledProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.IsUIEnabledProperty.html">IsUIEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.IsUIEnabled.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_IsUIEnabled">IsUIEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ItemSizeProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ItemSizeProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ItemSizeProperty.html">ItemSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ItemSize.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ItemSize">ItemSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ScrollbarEnabledProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ScrollbarEnabledProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ScrollbarEnabledProperty.html">ScrollbarEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ScrollbarEnabled.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ScrollbarEnabled">ScrollbarEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_VerticalPaddingProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.VerticalPaddingProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.VerticalPaddingProperty.html">VerticalPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.VerticalPadding.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_VerticalPadding">VerticalPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ZoomModeProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ZoomModeProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ZoomModeProperty.html">ZoomModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ZoomMode.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ZoomMode">ZoomMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ZoomProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ZoomProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ZoomProperty.html">ZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.Zoom.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_Zoom">Zoom</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Wpf_View_ZoomView_HorizontalPadding" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.HorizontalPadding">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.HorizontalPadding.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_HorizontalPadding">HorizontalPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal padding that is not zoomable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_IsUIEnabled" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.IsUIEnabled">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.IsUIEnabled.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_IsUIEnabled">IsUIEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the UI is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ItemSize" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ItemSize">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ItemSize.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ItemSize">ItemSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoomable size of the item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ScrollbarEnabled" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ScrollbarEnabled">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ScrollbarEnabled.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ScrollbarEnabled">ScrollbarEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the scrollbars are enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_VerticalPadding" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.VerticalPadding">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.VerticalPadding.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_VerticalPadding">VerticalPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical padding that is not zoomable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_Zoom" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.Zoom">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.Zoom.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom value for Free zoom mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ZoomMode" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ZoomMode">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.ZoomMode.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current zoom mode.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_OnApplyTemplate" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.OnApplyTemplate">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView.OnApplyTemplate.html#GrapeCity_ActiveReports_Viewer_Wpf_View_ZoomView_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes ZoomView.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
