# C1.Win.TrueDBGrid.TextWrapping

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TrueDBGrid_TextWrapping" data-uid="C1.Win.TrueDBGrid.TextWrapping" class="text-break">TextWrapping Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether text wraps when it reaches the edge of the cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TrueDBGrid.html">C1.Win.TrueDBGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_TextWrapping_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextWrapping</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextWrapping</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_TrueDBGrid_TextWrapping_NoWrap">NoWrap</td>
        <td><p>No line wrapping is performed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_TextWrapping_Wrap">Wrap</td>
        <td><p>Line-breaking occurs if the line overflows beyond the available block width, even if the standard line breaking algorithm cannot determine any line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_TextWrapping_WrapWithOverflow">WrapWithOverflow</td>
        <td><p>Line-breaking occurs if the line overflows beyond the available block width. However, a line may overflow beyond the block width if the line breaking algorithm cannot determine a line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
