I'm currently using xcustomlistview with a panel containing three imageviews to show a grid of 3x... icons. However, this shows 3 images in a row all the time, which is not what I want.
Is there a way to make this grid completely fluid on all resolutions automatically? With "fluid" I mean that when the resolution increases, the number of images on one line in the imagelist increases as well.
Do I really need to make separate layouts for every resolution and manage all this myself, or is there a way to make a completely fluid grid which is resolution independent, meaning that on large screens there can be like 5 images in a row, but on low resolution screens maybe 2, depending on the size of the image.
Is there a way to make this grid completely fluid on all resolutions automatically? With "fluid" I mean that when the resolution increases, the number of images on one line in the imagelist increases as well.
Do I really need to make separate layouts for every resolution and manage all this myself, or is there a way to make a completely fluid grid which is resolution independent, meaning that on large screens there can be like 5 images in a row, but on low resolution screens maybe 2, depending on the size of the image.