Android Question disable scroll bar in customelistview

ihabsharaf

Member
Licensed User
Longtime User
hello

i try to use this code
B4X:
Dim r As Reflector
   r.Target = Cvr
   r.RunMethod2("setVerticalScrollBarEnabled", False, "java.lang.boolean")
but not work with customelistview

what the method for disable scroll bar in customelistview
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…