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
 
Top