Hi,
I was wondering if it was possible to have a read-only text box but the user is still able to use the scroll bar? I've tried putting the text box in a picture box and disabling the picture box, but the scroll bar doesn't work in this case.
Printable View
Hi,
I was wondering if it was possible to have a read-only text box but the user is still able to use the scroll bar? I've tried putting the text box in a picture box and disabling the picture box, but the scroll bar doesn't work in this case.
Try just setting the lock property of the text box to ture. Users will not be allowed to edit the text, but will be able to access the scrollbars.