<div dir="ltr"><div>You could try:</div><div>  TComboBox(DBLookupComboBox1).ItemWidth:=200;</div><div><br></div><div>It should be OK since ItemWidth is implemented in 
TCustomComboBox. If it indeed works without problems, you should probably create a ticket to make that property published.</div><div><br></div><div>Regards,</div><div>Flávio<br></div><div><br>

</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em sex., 3 de mai. de 2024 às 12:15, duilio foschi via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">the string to display on screen (property DataField) is short. <div><br></div><div>The strings that are listed for selection (field ListField) are wide. </div><div><br></div><div>I would like to have the control width = 66 pixels and the drop-down list width = 200 pixels.</div><div><br></div><div>Is there a way to get this behaviour?</div><div><br></div><div>Right now, the drop-down list is 66 pixels and as a result the strings in the list are truncated...very ugly.</div><div><br></div><div>Thank you</div><div><br></div><div>Peppe</div><div><br></div><div><br></div><div><br></div><div> </div></div>
-- <br>
_______________________________________________<br>
lazarus mailing list<br>
<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a><br>
<a href="https://lists.lazarus-ide.org/listinfo/lazarus" rel="noreferrer" target="_blank">https://lists.lazarus-ide.org/listinfo/lazarus</a><br>
</blockquote></div>