How to maintain scroll position in textbox

G

Guest

1) I have a form with a textbox linked to a memo field, scroll vertical is
set on.
2) The form also has a tab control with several listboxes and text boxes.

The problem is that the user wants to scroll down the textbox in # 1 and
then click in the tab control in # 2 and maintain the scroll position in #1.
Currently the textbox in #1 resets the scroll position to the top of the
field once the users clicks in the tab control.

I have tried changing the keyboard behavior to go to start and go to end
with no success.

Any help is greatly appreciated!

Jerry
 
R

Rick Brandt

JWS315 said:
1) I have a form with a textbox linked to a memo field, scroll
vertical is set on.
2) The form also has a tab control with several listboxes and text
boxes.

The problem is that the user wants to scroll down the textbox in # 1
and then click in the tab control in # 2 and maintain the scroll
position in #1. Currently the textbox in #1 resets the scroll
position to the top of the field once the users clicks in the tab
control.

I have tried changing the keyboard behavior to go to start and go to
end with no success.

Any help is greatly appreciated!

Jerry

You cannot control the text position of a TextBox that does not have focus.
 

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