Sorry, I made a mistake:
scvPics.Panel.AddView(iv, 5dip, 5dip + i * 240dip + 195dip, scvPics.Width - 10dip, 35dip)
must be
scvPics.Panel.AddView(lbl, 5dip, 5dip + i * 240dip + 195dip, scvPics.Width - 10dip, 35dip)
Attached you find a modified version, I added some color for the Labels.
I added also some variables for the ScrollView filling, I prefer working with variables, makes modifications easier.
I had to remove the ACL library (V4.5), I got following error:
Error parsing library
xvs.ACL.Base64.decode already exists.
Best regards.