CListCtrl: Automatic Scroll Down
-
I'm making a data logger using a CListCtrl. my problem is when the List are populated with new data (take note that the vertical scroll will now appear because the display screen is maximized and new data is coming).the user needs to scroll down to see the newly inserted item at the bottom of the list what I want to happen is to make the vertical scroll, to scroll-downwards automatically so that the LATEST data received can be easily seen during actual logging of data. Therefore, the user will no longer have to scroll down to see the latest data logged or the newly inserted item. -- modified at 8:32 Friday 13th January, 2006
-
I'm making a data logger using a CListCtrl. my problem is when the List are populated with new data (take note that the vertical scroll will now appear because the display screen is maximized and new data is coming).the user needs to scroll down to see the newly inserted item at the bottom of the list what I want to happen is to make the vertical scroll, to scroll-downwards automatically so that the LATEST data received can be easily seen during actual logging of data. Therefore, the user will no longer have to scroll down to see the latest data logged or the newly inserted item. -- modified at 8:32 Friday 13th January, 2006
-
I'm making a data logger using a CListCtrl. my problem is when the List are populated with new data (take note that the vertical scroll will now appear because the display screen is maximized and new data is coming).the user needs to scroll down to see the newly inserted item at the bottom of the list what I want to happen is to make the vertical scroll, to scroll-downwards automatically so that the LATEST data received can be easily seen during actual logging of data. Therefore, the user will no longer have to scroll down to see the latest data logged or the newly inserted item. -- modified at 8:32 Friday 13th January, 2006
You had posted this yesterday I believe. I had given the solution too, Did that not work or is that you did not know how to do it? If so please let us know. We can explain you in steps how to do that. Regards, Rajesh R. Subramanian You have an apple and me too. We exchange those and We have an apple each. You have an idea and me too. We exchange those and We have two ideas each.
-
You had posted this yesterday I believe. I had given the solution too, Did that not work or is that you did not know how to do it? If so please let us know. We can explain you in steps how to do that. Regards, Rajesh R. Subramanian You have an apple and me too. We exchange those and We have an apple each. You have an idea and me too. We exchange those and We have two ideas each.
-
It is
EnsureVisible()
Regards, Rajesh R. Subramanian You have an apple and me too. We exchange those and We have an apple each. You have an idea and me too. We exchange those and We have two ideas each.