redhat27
August 4th, 2001, 02:12 PM
Hello...
How do I always see the bottom line of a multiline textbox control? I have this textbox (multiline w/ v-scroll bars) and it is locked/disabled for user input (text gets filled programatically) the problem is that as the text box filles up, and more lines are added, they are added at the bottom, and is not viewable, unless the user actually scrolls down. I tried generating a ctrl+end keypress event (RaiseEvent) with focus on the text box, and this did not work (I guess you cannot generate any keypress event, as people could potentially generate a ctrl+alt+del event too..) Anyway, any ideas?
How do I always see the bottom line of a multiline textbox control? I have this textbox (multiline w/ v-scroll bars) and it is locked/disabled for user input (text gets filled programatically) the problem is that as the text box filles up, and more lines are added, they are added at the bottom, and is not viewable, unless the user actually scrolls down. I tried generating a ctrl+end keypress event (RaiseEvent) with focus on the text box, and this did not work (I guess you cannot generate any keypress event, as people could potentially generate a ctrl+alt+del event too..) Anyway, any ideas?