AdvSearchEdit truncating drop down items

RX Delphi Berlin Enterprise.
Component Pack 8.8.7.0

I'm seeing a strange effect in the AdvSearchEdit control.

I'm loading a list of field names from a table, which include:


leg_prc_panelite_cat_usd
leg_prc_panelite_mv_cad
leg_prc_panelite_oe_cad
leg_prc_panelite_oe_usd
leg_prc_vnd_direct



When I type in "leg_prc" in the control, the drop down list shows:


leg_prc
leg_prc
leg_prc
leg_prc
leg_prc_vnd_direct



That is, the drop-down list is not showing the entire field name entry.

Anything I can check on from here?

TIA.

Cheers,
EdB



I think this is because it decides to find a point where to cut off text that is too large for the dropdown.
Try to increase the dropdown width.