Handle touch move ListView inside ListView

Hi,

I have a problem when i trying to create a ListView of groups (call listViewA), and each group have another ListView as a child (called listViewB).
With listViewA, i set direction is vertical and listViewB is horizontal.
Is there any solution to handle scroll both A and B?
For example, when i touch move from left to right (not exactly but it’s almost like that), listViewB will scroll and listViewA will be disable, and when i touch up to down is work like that.

Thanks,
jk