# C1.Win.List.Util.VBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_Util_VBar" data-uid="C1.Win.List.Util.VBar" class="text-break">VBar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a vertical scrollbar.</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"><span class="xref">VBar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.List.Util.html">C1.Win.List.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_Util_VBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class VBar : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class VBar
    Implements IDisposable</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_Win_List_Util_VBar__ctor_C1_Win_List_ListBase_View_" data-uid="C1.Win.List.Util.VBar.#ctor(C1.Win.List.ListBase.View)">
          <a class="xref" href="C1.Win.List.Util.VBar.-ctor.html#C1_Win_List_Util_VBar__ctor_C1_Win_List_ListBase_View_">VBar(View)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the VBar 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_Win_List_Util_VBar_Style" data-uid="C1.Win.List.Util.VBar.Style">
          <a class="xref" href="C1.Win.List.Util.VBar.Style.html#C1_Win_List_Util_VBar_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the scrollbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_VBar_Visible" data-uid="C1.Win.List.Util.VBar.Visible">
          <a class="xref" href="C1.Win.List.Util.VBar.Visible.html#C1_Win_List_Util_VBar_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the scrollbar is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_VBar_Width" data-uid="C1.Win.List.Util.VBar.Width">
          <a class="xref" href="C1.Win.List.Util.VBar.Width.html#C1_Win_List_Util_VBar_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the vertical scrollbar.</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_List_Util_VBar_Dispose_System_Boolean_" data-uid="C1.Win.List.Util.VBar.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.List.Util.VBar.Dispose.html#C1_Win_List_Util_VBar_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the object and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_VBar_ResetWidth" data-uid="C1.Win.List.Util.VBar.ResetWidth">
          <a class="xref" href="C1.Win.List.Util.VBar.ResetWidth.html#C1_Win_List_Util_VBar_ResetWidth">ResetWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.Util.VBar.Width.html#C1_Win_List_Util_VBar_Width">Width</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_VBar_ToString" data-uid="C1.Win.List.Util.VBar.ToString">
          <a class="xref" href="C1.Win.List.Util.VBar.ToString.html#C1_Win_List_Util_VBar_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string the represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
