# C1.Win.List.ListBase.C1ListBase.PartialRightColumn

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_PartialRightColumn_" data-uid="C1.Win.List.ListBase.C1ListBase.PartialRightColumn*">PartialRightColumn Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_PartialRightColumn_" data-uid="C1.Win.List.ListBase.C1ListBase.PartialRightColumn*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_PartialRightColumn" data-uid="C1.Win.List.ListBase.C1ListBase.PartialRightColumn">PartialRightColumn</h4>
<div class="markdown level1 summary"><p>True if rightmost column can be clipped to the edge of a split.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
[Obsolete(&quot;This property is obsolete.&quot;)]
public bool PartialRightColumn { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
&lt;Obsolete(&quot;This property is obsolete.&quot;)&gt;
Public Property PartialRightColumn As Boolean</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_PartialRightColumn_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
If True (the default), the rightmost column will be clipped if the control or split is not wide enough to accommodate the entire column.
</p>
<p>
If False, the rightmost column will not be clipped while other columns are visible. In this case, the rightmost column must be scrolled into view as the only visible column in the control or split.
</p>
<p>
If a control contains multiple splits, then setting its PartialRightColumn property has the same effect as setting the PartialRightColumn property of each split individually.
</p>
</div>
</div>
