1. Scrolling Edit Controls
- Posted by bensler at mail.com Jan 16, 2002
- 415 views
How do I make an MLE autoscroll, and update the caret position to the end of the text? Right now I'm using setText to update the MLE, but that replaces all of the text, setting the scoll tab, and caret position to 0. Is there a routine for appending text to an edit control? How can I manually scroll the MLE, and update the caret position? I'm using win32lib. Chris