ComboBox - arrumando tamanho da lista

Top  Previous  Next

procedure TForm1.ComboBox1DropDown(Sender: TObject);

begin

  // Set the width of the list to 200

  ComboBox1.Perform(CB_SETDROPPEDWIDTH, 2000);

end;