I'd like to add the ScrollChanged listener to ListView and I'm stuck. My understanding of wrappers is very limited (especially without documentation) and my Java knowledge is far from excellent.
I cannot access to setOnScrollChanged through the wrapper because it's a protected method. So it seems to me that the only way to add the ScrollChanged listener to the ListView (as it is implemented in B4A) is to recreate the wrapper and the adapter. Am I wrong ?
Recreating the ListView is too much work. Is there an easy way ?
I cannot access to setOnScrollChanged through the wrapper because it's a protected method. So it seems to me that the only way to add the ScrollChanged listener to the ListView (as it is implemented in B4A) is to recreate the wrapper and the adapter. Am I wrong ?
Recreating the ListView is too much work. Is there an easy way ?