[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

TextBox - Read Only AND scrollable?

David Laub

2/17/2004 8:24:00 PM

Setting a Web control textbox to readonly makes it impossible to click on
the control, and then use the arrow keys to scroll to the end of text that
is partially hidden. Is there any way around this? ReadOnly seems to
"lock" input - which is good for preventing changes, but bad for scrolling.

Thanks


1 Answer

Kudzu

2/17/2004 9:12:00 PM

0

"David Laub" <dlaub@wheels.com> wrote in news:OR7zUQZ9DHA.2560
@TK2MSFTNGP09.phx.gbl:
> Setting a Web control textbox to readonly makes it impossible to click on
> the control, and then use the arrow keys to scroll to the end of text that
> is partially hidden. Is there any way around this? ReadOnly seems to
> "lock" input - which is good for preventing changes, but bad for scrolling.

You could use an IFrame, or an embedded DIV instead.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower....
"Programming is an art form that fights back"