Hi to all!
I have a simple scrollview with some elements inside it. Scrollview is placed in a panel. I'm not able to handle the panel event, so i suppose that scrollview's inner panel handle an event on click and prevent the click on parent panel. Is possible to disable this event, in order to achieve the Parent event?
I tried to initialize scrollview with this, but doesn't work
Thanks!
I have a simple scrollview with some elements inside it. Scrollview is placed in a panel. I'm not able to handle the panel event, so i suppose that scrollview's inner panel handle an event on click and prevent the click on parent panel. Is possible to disable this event, in order to achieve the Parent event?
I tried to initialize scrollview with this, but doesn't work
B4X:
scv.initialize(0)
scv.initialize2(0,"")
Thanks!