# C1.Win.TrueDBGrid.C1TrueDBGrid.CellTipsWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TrueDBGrid_C1TrueDBGrid_CellTipsWidth_" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.CellTipsWidth*">CellTipsWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TrueDBGrid_C1TrueDBGrid_CellTipsWidth_" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.CellTipsWidth*"></a>
<h4 id="C1_Win_TrueDBGrid_C1TrueDBGrid_CellTipsWidth" data-uid="C1.Win.TrueDBGrid.C1TrueDBGrid.CellTipsWidth">CellTipsWidth</h4>
<div class="markdown level1 summary"><p>Gets or sets the width of the cell tip window.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Layout]
public int CellTipsWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Layout&gt;
Public Property CellTipsWidth As Integer</code></pre>
</div>
<h5 id="C1_Win_TrueDBGrid_C1TrueDBGrid_CellTipsWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
The CellTipsWidth property returns or sets the width of the cell tip window in pixels.
</p>
<p>
By default, this property is set to zero, which causes the cell tip window to grow or shrink to accommodate the cell tip text. Override this behavior and give the cell tip window a fixed width by specifying a non-zero value for this property.
</p>
</div>
</div>
