TIWMultiColumnComboBox ... dropdown list problem

The dropdownlist appears behind other edit controls on my form.  I've made sure that the multicolumn combo box is the first in the create list.  Is there a property that I can set (I've already used .BringToFront, to no avail) that will bring the drop down list in front of other edit controls?


Scott Gast
S2 Software
Texas, USA
Delphi 2010 / Intraweb 10 / TMS Suite

Can you please try setting the Zindex property of the TIWMultiColumnComboBox to a value higher than the other controls?