Android Question 4 panel with listview issue, click panel under

hibrid0

Active Member
Licensed User
Longtime User
Hi guys, I make an small app with 4 panels every panel has a listview, listview are set to 100% height and with of the panel.

I use it to show information for step to step.
But when a listview have few items and I touch on any black part, the listview under my current list response.

I try to enable and disable, visible etc.
But I ask if has a better solution.
Because on every change of Panel I need to make oldpanel.disable = true
Current panel.disable= false.
 
Last edited:
Top