Hello I put lot of image into my TImageEnMView component but I only have one line with images and I like to have multiline and only horizontal scroll bar (something like wraptext in TLabel component). How can I do it in TImageEnMView?
GridWidth is the number of images per row. This property is active only when DisplayMode is mdGrid.
Valid GridWidth values are: -1 Automatically adjust column count to match the component width (standard usage) 0 Only one row >0 GridWidth images per row, e.g. set to 1 for a single vertical column