honestly, I have dug for hours on this one already, not just a cop out.
I'm using a system.windows.forms.listbox control to display data that's being generated and I'm trying to figure out how to have it automatically display the most recent lines in the listbox without having the user do anything (i.e. control-end or pagedown until he gets to the end of the file) I guess that's a viewport into the end of the data stream. I'd love to be able to send the listbox control the equivalent of a CTRL-END whenever the text changes or something close to that.
Can anyone recommdend some keywords to search with or perhaps a different text displaying control that has support for displaying the end of the data? and yea, it is needed to be able to scroll back.
thanks for reading this far
I'm using a system.windows.forms.listbox control to display data that's being generated and I'm trying to figure out how to have it automatically display the most recent lines in the listbox without having the user do anything (i.e. control-end or pagedown until he gets to the end of the file) I guess that's a viewport into the end of the data stream. I'd love to be able to send the listbox control the equivalent of a CTRL-END whenever the text changes or something close to that.
Can anyone recommdend some keywords to search with or perhaps a different text displaying control that has support for displaying the end of the data? and yea, it is needed to be able to scroll back.
thanks for reading this far