AdvCombobox with AutoDropWidth

Found a bug, don't know where to put it but here...
ADVCombobox's AutoDropWidth, is not correct, if there are enough items, to make a scrollbar visible in the dropdown.

ADVComboBox version 1.9.7.7

Example:

  1. Create a new VCL-project.
  2. Place a ADVCombobox, and set AutoDropWidth to true
  3. Place a button, on the button's click event...
    do this:
    AdvComboBox1.Items.Clear;
    AdvComboBox1.Items.Add('Donald Duck');
    AdvComboBox1.Items.Add('Donald Trump');
    AdvComboBox1.Items.Add('This is a very long text, that is not visible');
    AdvComboBox1.Items.Add('Putin');
    AdvComboBox1.Items.Add('Merkel');
    AdvComboBox1.Items.Add('Johnson');
    AdvComboBox1.Items.Add('Macron');
  4. Run the project, and click the button.
  5. The drop down the combobox, and then you can't see "ble" in the 3rd line because of the scrollbar

Thanks for reporting.
We have traced & solved this issue. The next update will address this.

Thanks, that was very quick.

image002.png