Delphi firemonkey TCombobox extreme slow opening

删除回忆录丶 提交于 2019-12-12 07:04:05

问题


Windows 10, Delphi 10.2 Tokyo, Firemonkey framework.

I drop a TCombobox on the form, populate it with 20000 items (takes 5 seconds), then when I click the arrow of the combobox for the dropdown to appear, it takes 15 seconds to do so. The VCL TComboBox does this instantly for me.

Is there anything I can do to speed up this behavior? Why does it take that long?

来源:https://stackoverflow.com/questions/43232968/delphi-firemonkey-tcombobox-extreme-slow-opening

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!