Re: Looking for a scrolling list control, or how to create/simulate
- To: mathgroup at smc.vnet.net
 - Subject: [mg98785] Re: Looking for a scrolling list control, or how to create/simulate
 - From: ragfield <ragfield at gmail.com>
 - Date: Sun, 19 Apr 2009 04:53:43 -0400 (EDT)
 - References: <gsbvrt$5gh$1@smc.vnet.net>
 
On Apr 18, 2:35 am, meitnik <meit... at gmail.com> wrote:
> I am a little surprised there is not a scrolling list like control. I
> can find an input field but no way to make it work like a scrolling
> list. Am I missing something in docs? Have anyone created such a
> critter, care to share it? Thanks
Pane[1000!, ImageSize -> {400, 300}, Scrollbars -> True]
Pane[1000!, ImageSize -> {400, 300}, Scrollbars -> Automatic]
-Rob