I was wondering if it is possible to have the scrollbar on a listbox move down as data is read into it. I tried using the TopRow property but using that property made the scrollbar lock up and scrolling was disabled. I need to be able to scroll.
I have already tried doing what you uploaded. The problem is that you can not see the logged data when the list is scrolling. I want the list to show the last array element on the last row as the list is running in real time.
We figured it out!!! take a look at the code and tell me what you think... (The wire duiagram for the scrolling is connected to the array nodes in the top left)