Hi,
I have a form which contains a scrollable TextArea. I am to disable the Textarea, but when i disable them i am not able to scroll. I would like to know how i can make a TextArea non-editable but should be able to Scroll so that user see the contents in the TextArea.
The way i do now is i mask all KeyPress event in the textarea, so that no characters can be entered in the TextArea. It would be nice if i don't allow them to type at all.
Thanks
Veera
I have a form which contains a scrollable TextArea. I am to disable the Textarea, but when i disable them i am not able to scroll. I would like to know how i can make a TextArea non-editable but should be able to Scroll so that user see the contents in the TextArea.
The way i do now is i mask all KeyPress event in the textarea, so that no characters can be entered in the TextArea. It would be nice if i don't allow them to type at all.
Thanks
Veera