Hi all, I am new to delphi (7) and currently tyring to write a simple
database application. I use a number of DBLookupCombobox components in the
project. When the application starts and one of those comboboxes which
have more then (say) 10 items is pressed, it only shows 1 row and a scroll
bar left of it with arrows so tiny that it looks unpleasant to the user.
Then, after I scroll the list down the next time the dropdown list is
shown it shows 10 rows as I want it (DropdownRows property is set to 10).
All of the comboboxes are in panels. Thank you ...