Hi, I plan to put a display a list view with several dynamic rows inside of horizontally scrollable row.
However FF does not allow me to do that.
When I create a horizontally scrollable Row (A) inside of another Row (B), FF does not allow me to insert a ListView inside of A. It simply says:
When I disable horizontal scroll and put a ListView inside of A, I can't make A scrollable:
All I am trying to do is to create a dynamic rows with icons within a list view and be able to scroll horizontally over the ListView as a whole, not per a single Row within a ListView.
Hierarchy:
Please help.