Is there a way I can programmatically scroll through a text box horizontaly? I have a text box that is disabled and locked for editing. However, in order for the user to see all of the contents in the text box, they'd have to put the cursor in the text box and arrow to the right until the end of the contents. I want to create a button with an event procedure that will let the user click and move the cursor to the right of the textbox. Is there something I could do?