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 it, there is many components to display, and one of them is a Tlistview
.
The problem is, when I make a scroll in the Tlistview
, because there is more data that shows, also makes a scroll in the TvertScrollbox
, which in the end is impossible to visualize the data correctly.
Is there any way to disable the scroll of the TvertScrollbox
temporarily, and then enable again?
I hope I have explained well. My English is very bad, Thank you.