Ember.ListView Use Cases

I was just wondering if anyone has used Ember.ListView for things like grid based layouts like a Masonary layout? I’ve only seen ListView used for large sets of tabular data, so I’m wondering if the layout style I mentioned is a use case it can cover? Or is there an issue of where ListView setup it’s listeners ( on the container instead of the window )? Trying not to re-invent the wheel if possible for infinite scroll.

Currently list view supports grids and variable height rows. But not yet both together. Also horizontal isn’t lazily rendered yet.

I would be very much interested in investigating ^^