Hi all,

First a little history: 
I am using an Enum as a drop-down box in a user-interface on a touch screen computer. 
There is no mouse or keyboard used. There are around seven items in the enum, and when 
the user 'clicks' (touches) the enum box, the list opens up and displays all of its 
contents. When the user selects, say, the fourth item, the drop down list disapears 
and the fourth item is diplayed in the box. Now when the user touches the box again, 
the list drops-down, the fourth item is highlighted, the third item is displayed above 
it, but you have to scroll up to see items 1 & 2.
 
Now the question:
Is there a way to have the list, when clicked, always display the entire list, no 
matter what item was previously chosen? (i.e no scroll up arrow)? It is very difficult 
to navigate the scroll arrow with a finger unless the font is very large. To see what 
I mean, create an enum with several items in it, and place it at the very top of the 
screen.

Thanks in advance!

Eric Scott


Reply via email to