If you mean something like this:
There is no built-in methods that create this kind of control.
But you can create your own (only need a layout or two, an image, two text controls and a button).
You then can put the whole thing in a scroller and there you go :)
You can look at this post which implements a custom list for video files:
It is not the simplest example of it but it's probably a good starting point.
If you want to test it you'll probably have to change line 2 "ext = app.GetExternalFolder();" to a folder which contains .mp4 files (on my phone "ext = '/sdcard/DCIM/Camera/';")