And create a data structure that can take a List&l...
# tornadofx
e
And create a data structure that can take a List<Photo> and convert it into a List<List<Photo>>, so that each row in the ListView would be served a List<Photo> to display.