# C1.Win.SplitContainer.ThemeScrollableControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SplitContainer_ThemeScrollableControl" data-uid="C1.Win.SplitContainer.ThemeScrollableControl" class="text-break">ThemeScrollableControl Class
</h1>
  <div class="markdown level0 summary"><p>Defines a base class for themeable controls that support auto-scrolling behavior.</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><span class="xref">ThemeScrollableControl</span></div>
      <div class="level6"><a class="xref" href="C1.Win.SplitContainer.C1SplitterPanel.html">C1SplitterPanel</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <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="C1.Win.SplitContainer.html">C1.Win.SplitContainer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.SplitContainer.10.dll</h6>
  <h5 id="C1_Win_SplitContainer_ThemeScrollableControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ThemeScrollableControl : ScrollableControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ThemeScrollableControl
    Inherits ScrollableControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <h5 id="C1_Win_SplitContainer_ThemeScrollableControl_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>ThemeScrollBars works only in AutoScroll mode.</p>
</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_Win_SplitContainer_ThemeScrollableControl__ctor" data-uid="C1.Win.SplitContainer.ThemeScrollableControl.#ctor">
          <a class="xref" href="C1.Win.SplitContainer.ThemeScrollableControl.-ctor.html#C1_Win_SplitContainer_ThemeScrollableControl__ctor">ThemeScrollableControl()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_SplitContainer_ThemeScrollableControl_AutoScroll" data-uid="C1.Win.SplitContainer.ThemeScrollableControl.AutoScroll">
          <a class="xref" href="C1.Win.SplitContainer.ThemeScrollableControl.AutoScroll.html#C1_Win_SplitContainer_ThemeScrollableControl_AutoScroll">AutoScroll</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_SplitContainer_ThemeScrollableControl_BorderColor" data-uid="C1.Win.SplitContainer.ThemeScrollableControl.BorderColor">
          <a class="xref" href="C1.Win.SplitContainer.ThemeScrollableControl.BorderColor.html#C1_Win_SplitContainer_ThemeScrollableControl_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of a <a class="xref" href="C1.Win.SplitContainer.ThemeScrollableControl.html">ThemeScrollableControl</a>.</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_Win_SplitContainer_ThemeScrollableControl_OnSizeChanged_System_EventArgs_" data-uid="C1.Win.SplitContainer.ThemeScrollableControl.OnSizeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.SplitContainer.ThemeScrollableControl.OnSizeChanged.html#C1_Win_SplitContainer_ThemeScrollableControl_OnSizeChanged_System_EventArgs_">OnSizeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_SplitContainer_ThemeScrollableControl_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.SplitContainer.ThemeScrollableControl.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.SplitContainer.ThemeScrollableControl.WndProc.html#C1_Win_SplitContainer_ThemeScrollableControl_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
