# C1.WPF.Core.ScrollViewerScrollBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_ScrollViewerScrollBar" data-uid="C1.WPF.Core.ScrollViewerScrollBar" class="text-break">ScrollViewerScrollBar Class
</h1>
  <div class="markdown level0 summary"><p>ScrollBar of <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a>.</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.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.rangebase">RangeBase</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a></div>
    <div class="level7"><span class="xref">ScrollViewerScrollBar</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_ScrollViewerScrollBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScrollViewerScrollBar : ScrollBar, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScrollViewerScrollBar
    Inherits ScrollBar
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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="C1_WPF_Core_ScrollViewerScrollBar__ctor" data-uid="C1.WPF.Core.ScrollViewerScrollBar.#ctor">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.-ctor.html#C1_WPF_Core_ScrollViewerScrollBar__ctor">ScrollViewerScrollBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.html">ScrollViewerScrollBar</a> class.</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="C1_WPF_Core_ScrollViewerScrollBar_CanMinimize" data-uid="C1.WPF.Core.ScrollViewerScrollBar.CanMinimize">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.CanMinimize.html#C1_WPF_Core_ScrollViewerScrollBar_CanMinimize">CanMinimize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the scrollbar can be minimized (overlay mode).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_ScrollViewerScrollBar_IsMaximized" data-uid="C1.WPF.Core.ScrollViewerScrollBar.IsMaximized">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.IsMaximized.html#C1_WPF_Core_ScrollViewerScrollBar_IsMaximized">IsMaximized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the scrollbar is maximized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_ScrollViewerScrollBar_IsMinimized" data-uid="C1.WPF.Core.ScrollViewerScrollBar.IsMinimized">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.IsMinimized.html#C1_WPF_Core_ScrollViewerScrollBar_IsMinimized">IsMinimized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the scrollbar is minimized.</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="C1_WPF_Core_ScrollViewerScrollBar_OnApplyTemplate" data-uid="C1.WPF.Core.ScrollViewerScrollBar.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.OnApplyTemplate.html#C1_WPF_Core_ScrollViewerScrollBar_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_ScrollViewerScrollBar_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Core.ScrollViewerScrollBar.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.OnMouseEnter.html#C1_WPF_Core_ScrollViewerScrollBar_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_ScrollViewerScrollBar_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Core.ScrollViewerScrollBar.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.OnMouseLeave.html#C1_WPF_Core_ScrollViewerScrollBar_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></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="C1_WPF_Core_ScrollViewerScrollBar_Maximized" data-uid="C1.WPF.Core.ScrollViewerScrollBar.Maximized">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.Maximized.html">Maximized</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the scrollbar is maximized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_ScrollViewerScrollBar_Minimized" data-uid="C1.WPF.Core.ScrollViewerScrollBar.Minimized">
          <a class="xref" href="C1.WPF.Core.ScrollViewerScrollBar.Minimized.html">Minimized</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the scrollbar is minimized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
