Subject Re: [IBO] REPOST: NO ANSWER YET IB_ComboBox - csDropDownList: setting the width of the dropdown list.
Author Helen Borrie
At 10:46 PM 18/01/2005 +1100, Iwrote:

>At 12:23 PM 18/01/2005 +0200, you wrote:
>
> >No I hoped I was clear enough.
> >
> >The IB_comboBox.width := 85
> >
> >IB_ComboBox.style := csDropDownList
> >
> >Now .. I need the dropdownlists width to be eg. 155.
>
>The drop-down list is a TIB_Grid, so the width of the list will be the sum
>of the display widths that you set for the visible columns. You set those
>in the Fields properties of the dataset object.

Of course, that's wrong - it applies to TIB_LookupCombo, not
TIB_ComboBox. It's as the others said - the width is the same as the width
of the Datafield part.

Helen