I am trying to populate a large horizontal list with small images. There may be thousands of these images that need to be scrolled through. I want to avoid pagination as the non-fluid motion can make distinguishing your position in the list tricky.
I know iOS, Android and Flex have "List Renderer" patterns. How is the best way to accomplish this in Windows Forms?
The list items aren't going to be of uniform sizes. But the size is predicatable without loading the control. Ie. I can dictate how wide the whole list is going to be, without loading the entire list.