TAdvSmoothListBox performance problem

Hi,
I'm trying add 1000 items but it takes about 3 minutes and all is frozen. In attachment project for reproduce tadvsmoothlistbox.zip (27.3 KB) problem.

Did you use

AdvSmoothListBox1.BeginUpdate;
// fill list
AdvSmoothListBox1.EndUpdate;

Now yes ... thx now is ok :grinning: :muscle:

1 Like

Thanks for the feedback :slightly_smiling_face:

Other question ... When I focus the filter box, I would like to invoke the popup virtual keyboard ... how can I catch this event in filter which show the keyboard?
I see that I have OnFilterChange and OnFilterProcessed ... but they don't fire on focus?

The OnFilterEnter and OnFilterExit were added and will be available in the following update of the TMS VCL UI Pack.

Thank you very much and have a nice weekend.

Next queston ... is it possible to change font size in filter box?

This is not yet possible,
but is added and will be available in the Filter properties in the following TMS VCL UI Pack update.

Ok ... thanks