I'm using a TListBox
component to display a list with CheckBoxes
.
It works very well on iOS
, but on Android
it generates a small lag when scrolling.
At the first glance, I thought it would be due it's design of each TListBoxItem
being a container of Controls
. However, when generating a simple List (without CheckBoxes
) it remains to lag a little bit.
Is it a problem with the component?
Is there any solution that does not evolve removing any of my ListBoxes
?