Hey all,
I have a list box that populates with images. I would like to have some text to describe each image after each image. My rowHeight is 63 for the images, but would like to have the text on the next row to be 15. Everywhere that I’ve looked for rowHeight with the list component says that the rowHeight property changes **ALL **to rows that height.
Is there a way to have the list rowHeights go from: 63, 15, 63, 15, 63, 15…and so on.
Thanks.