Hi!
I have a ListBox that presents information. When the ListBox gets full, I can no longer se whats beeing written. I have to wait until all information has been written, and then use the scroll.
Have tried this...
m_ListBoxInfo.SetScrollPos(1,m_ListBoxInfo.GetCount(),TRUE);
...but it only scroll the scrollbar to the bottom of the ListBox, the text doesn't follow. I wont the scrollbar and the text to follow each other.
Martin
I have a ListBox that presents information. When the ListBox gets full, I can no longer se whats beeing written. I have to wait until all information has been written, and then use the scroll.
Have tried this...
m_ListBoxInfo.SetScrollPos(1,m_ListBoxInfo.GetCount(),TRUE);
...but it only scroll the scrollbar to the bottom of the ListBox, the text doesn't follow. I wont the scrollbar and the text to follow each other.
Martin