In a windows forms application, I need a list that shows only one list item at a time but can be scrolled continuously. For example if my list items were:
A B C D
If D was the displayed item and I scrolled down, it would go back to A. This would be similar to a wheel of fortune wheel (although that is not what I am using it for). I figured that the list control would have a continuous scroll option but I have not found such.
I want to mimic this (just the numbers, not the actual lock):