Hello, how can I use the ImageEnFolderMView with pagination buttons? I'm writing a kiosk software where i cant have a mouse to scroll the thumbnail list, so i would like to use 2 buttons (up/down) to navigate through pictures (example 9 thumb for page).
There is not an internal method for this, but you could do it fairly easily yourself. Just fill your own file list into a TStringList object and add as many files to a TImageEnMView as can fit on screen. If the user clicks next, increment your current position by the image count and refill the TImageEnMView. Do the reverse if they click back.