|
[Date Index]
[Thread Index]
[Author Index]
Scroll content inside InputField?
- To: mathgroup at smc.vnet.net
- Subject: [mg109689] Scroll content inside InputField?
- From: Zachar István <replicatorzed at gmail.com>
- Date: Wed, 12 May 2010 07:32:45 -0400 (EDT)
Dear Group,
Is there a way to make the content of a fixed-sized InputField
scrollable? In this example, the list won't fit in the InputField,
still I want to make the full content accessible for the user,
preferably via some scrollbar, but I'm open to other methods as well.
cont = Range@20;
Dynamic@InputField[Dynamic@cont, ImageSize -> {150, 40}]
Thanks,
Istvan
Prev by Date:
Re: Discrete Fourier Transform
Next by Date:
Trying to remove item from list of filenames
Previous by thread:
Re: Unstructured Interpolation in V7?
Next by thread:
Re: Scroll content inside InputField?
|