I have a ListView with a hider. If the user chooses only "One way", then this ListView displayed with one hider, and if you select back and forth, then the second Listview should also appear with the hider.

Question: is it right to create two ListView or, in the same ListView add one header and bottom items to the end? If the first, then how to be with a scroll, since both will have different scrolls. And if the second how to implement?

If there are type where the error is, how you tried questions. I try to rummage everywhere, but for my question I did not find the answer. I just have a mess in my head and even the logic does not work.

0