anagram4wander / ng-vfor-lib

Pure virtual ngFor implementation
MIT License
32 stars 6 forks source link

More examples including how to make items to flow and wrap #4

Open pjc2007 opened 5 years ago

pjc2007 commented 5 years ago

I have been looking for a virtual list control for ever, to use (now) in Ionic4 / Angular 7. The big thing most don't seem to support is allowing multiple items on one row for a wider screen, and then, for example using a media query, allowing these to wrap to a single item on a smaller width screen.

The scroll you say you used as a starting point does seem to support this, so assuming this one does too.

Other scrolls would not work at all with Angular 7, this is the first I have found that does (other than the Angular or Ionic virtual scroll, both which don't seem to support multiple columns.

Describe the solution you'd like An example on how to do the above (if possible). I tried myself, but was not successful.