# C1.Win.List.ListBase.C1ListBase.CellTipsWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_CellTipsWidth_" data-uid="C1.Win.List.ListBase.C1ListBase.CellTipsWidth*">CellTipsWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_CellTipsWidth_" data-uid="C1.Win.List.ListBase.C1ListBase.CellTipsWidth*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_CellTipsWidth" data-uid="C1.Win.List.ListBase.C1ListBase.CellTipsWidth">CellTipsWidth</h4>
<div class="markdown level1 summary"><p>Returns 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_List_ListBase_C1ListBase_CellTipsWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
The CellTipsWidth property returns or sets the width of the cell tip window in terms of the coordinate system of the list's container.
</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. You can override this behavior and give the cell tip window a fixed width by specifying a non-zero value for this property.
</p>
</div>
</div>
