How to implement a horizontal scroll like In above image in ionic 4/5?

How to implement a horizontal scroll like In above image in ionic 4/5 ?

Does ion virtual scroll have this horizontal scroll features?

That’s not really an ionic topic. If you are using Angular have a look at this.

overflow-x: scroll does the thing.

2 Likes

I need lazy loading …
.
Does this works with ion virtual scroll?

You can achieve that using ion-slides. I posted this answer with some hint at implementation a while ago:

ion-slides uses iDangerous slider under the hood, it does support lazy loading should you need it.

4 Likes

Thanks for your help, this slide is very good