Dynamic ListView height

It would be really nice if it were possible to have the height of a ListView component grow/shrink to fit all of its rows. Not talking about dynamic heights for each of the rows, but a dynamic height for the component as a whole.

5 Likes

@jeffbowen how would you want this to work exactly? What would happen if there are hundreds of rows?

@justin Sorry for the delay. I was going to use it to show a list of comments inside a modal. It would be nice to be able to just scroll the ListView's parent infinitely (the modal in this case) as opposed to scrolling within the ListView. I'd have the post above the comments ListView so there would be more than just the comments ListView inside the modal.

If there were hundreds of rows, I guess I'd just hope the component could handle it or could implement something like you guys just did with scrollable tables.

1 Like