Do you know if anyone has implemented a widget which works like List but allows for each item to have a different (undetermined) height?
My use case is that I need to display a list of comments which have different lengths. I want to use something List so that each comment can be selected and the whole list can be scrolled for long threads but having to limit the list to a set size is restrictive.