I am making an application for IOS and Android devices in Delphi, Rad Studio XE10.1 Berlin, and I have a problem.
In a form, I have a TvertScrollbox , and within the many components to visualize, and one of them is a Tlistview .
The problem is, when I do a scroll in the Tlistview , because there is more data than it shows, it also makes a scroll in TvertScrollbox , with what in the end, it is impossible to visualize the data correctly.
Is there a way to disable the scroll temporarily from VertsCrollbox , and then enable it again?