Horizontal scroll ion grid

Hi,
I have a ion grid , that contains rows and columns. Each row contains about 20+ columns. I want a horizontal scroll that scroll all rows (whole grid) horizontally. I have tried nowrap attribute on ion row but it creates individual scroll for each row.
is there any way to achieve this.

Thanks

solved here

The link which you mentioned above gives scrolling for every row but i want whole grid to be horizontal scroll. Could you help me.