Scrollbar behaviour in textbox ?

G

Guest

I have a textbox with vertical scollbar property on. When the box contains more data than will fit, the scroll bars are not visible until the user clicks in the textbox
The textbox is enabled and locked since the user cannot edit the contents
Is this behaviour normal
Is there any way to display the scrollbar whether the user clicks in the control or not
The way it is now, the user may not be aware there is more data
 
M

Marshall Barton

David said:
I have a textbox with vertical scollbar property on. When the box contains more data than will fit, the scroll bars are not visible until the user clicks in the textbox.
The textbox is enabled and locked since the user cannot edit the contents.
Is this behaviour normal?
Is there any way to display the scrollbar whether the user clicks in the control or not?
The way it is now, the user may not be aware there is more data!


Yes, that's normal. No, there's no simple way to display a
scroll bar when the control doesn't have the focus.

You may be able to get enough stuff from Stephen Leban's
site www.lebans.com to determine when there is more data
than the text box can display and hide or display a pseudo
scroll bar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top